summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.h b/drivers/gpu/nvgpu/common/linux/module.h
index 90dba804..934c895d 100644
--- a/drivers/gpu/nvgpu/common/linux/module.h
+++ b/drivers/gpu/nvgpu/common/linux/module.h
@@ -28,6 +28,7 @@ void gk20a_driver_start_unload(struct gk20a *g);
28int nvgpu_quiesce(struct gk20a *g); 28int nvgpu_quiesce(struct gk20a *g);
29int nvgpu_remove(struct device *dev, struct class *class); 29int nvgpu_remove(struct device *dev, struct class *class);
30void nvgpu_free_irq(struct gk20a *g); 30void nvgpu_free_irq(struct gk20a *g);
31struct device_node *nvgpu_get_node(struct gk20a *g);
31 32
32extern struct class nvgpu_class; 33extern struct class nvgpu_class;
33 34