summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 7638cf15..f4301dab 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -103,6 +103,10 @@ struct gk20a_platform {
103 */ 103 */
104 int (*late_probe)(struct platform_device *dev); 104 int (*late_probe)(struct platform_device *dev);
105 105
106 /* Remove device after power management has been done
107 */
108 int (*remove)(struct platform_device *dev);
109
106 /* Poweron platform dependencies */ 110 /* Poweron platform dependencies */
107 int (*busy)(struct platform_device *dev); 111 int (*busy)(struct platform_device *dev);
108 112