summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e9ba644c..1fe1d330 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1764,6 +1764,7 @@ static struct platform_driver gk20a_driver = {
1764#ifdef CONFIG_PM 1764#ifdef CONFIG_PM
1765 .pm = &gk20a_pm_ops, 1765 .pm = &gk20a_pm_ops,
1766#endif 1766#endif
1767 .suppress_bind_attrs = true,
1767 } 1768 }
1768}; 1769};
1769 1770