summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index d79de211..cebb5565 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -1322,6 +1322,7 @@ static struct platform_driver gk20a_driver = {
1322 .driver = { 1322 .driver = {
1323 .owner = THIS_MODULE, 1323 .owner = THIS_MODULE,
1324 .name = "gk20a", 1324 .name = "gk20a",
1325 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
1325#ifdef CONFIG_OF 1326#ifdef CONFIG_OF
1326 .of_match_table = tegra_gk20a_of_match, 1327 .of_match_table = tegra_gk20a_of_match,
1327#endif 1328#endif