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