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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index f5c6ca1f..691fdd69 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -1025,9 +1025,7 @@ static struct platform_driver gk20a_driver = {
1025 .driver = { 1025 .driver = {
1026 .owner = THIS_MODULE, 1026 .owner = THIS_MODULE,
1027 .name = "gk20a", 1027 .name = "gk20a",
1028#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,18,0)
1029 .probe_type = PROBE_PREFER_ASYNCHRONOUS, 1028 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
1030#endif
1031#ifdef CONFIG_OF 1029#ifdef CONFIG_OF
1032 .of_match_table = tegra_gk20a_of_match, 1030 .of_match_table = tegra_gk20a_of_match,
1033#endif 1031#endif