summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index b0e8b476..05877159 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1642,11 +1642,6 @@ static void __exit gk20a_exit(void)
1642 platform_driver_unregister(&gk20a_driver); 1642 platform_driver_unregister(&gk20a_driver);
1643} 1643}
1644 1644
1645bool is_gk20a_module(struct platform_device *dev)
1646{
1647 return &gk20a_driver.driver == dev->dev.driver;
1648}
1649
1650void gk20a_busy_noresume(struct platform_device *pdev) 1645void gk20a_busy_noresume(struct platform_device *pdev)
1651{ 1646{
1652 pm_runtime_get_noresume(&pdev->dev); 1647 pm_runtime_get_noresume(&pdev->dev);