summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/module.c b/drivers/gpu/nvgpu/os/linux/module.c
index 3be879be..cb501683 100644
--- a/drivers/gpu/nvgpu/os/linux/module.c
+++ b/drivers/gpu/nvgpu/os/linux/module.c
@@ -400,6 +400,7 @@ static struct of_device_id tegra_gk20a_of_match[] = {
400 400
401 { }, 401 { },
402}; 402};
403MODULE_DEVICE_TABLE(of, tegra_gk20a_of_match);
403 404
404#ifdef CONFIG_PM 405#ifdef CONFIG_PM
405/** 406/**