summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index c5124c51..1f58b510 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1595,6 +1595,7 @@ static struct platform_driver gk20a_driver = {
1595 .driver = { 1595 .driver = {
1596 .owner = THIS_MODULE, 1596 .owner = THIS_MODULE,
1597 .name = "gk20a", 1597 .name = "gk20a",
1598 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
1598#ifdef CONFIG_OF 1599#ifdef CONFIG_OF
1599 .of_match_table = tegra_gk20a_of_match, 1600 .of_match_table = tegra_gk20a_of_match,
1600#endif 1601#endif