aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/davinci/ccdc_hw_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/davinci/ccdc_hw_device.h')
-rw-r--r--drivers/media/platform/davinci/ccdc_hw_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/davinci/ccdc_hw_device.h b/drivers/media/platform/davinci/ccdc_hw_device.h
index f1b521045d64..3482178cbf01 100644
--- a/drivers/media/platform/davinci/ccdc_hw_device.h
+++ b/drivers/media/platform/davinci/ccdc_hw_device.h
@@ -82,8 +82,8 @@ struct ccdc_hw_device {
};
/* Used by CCDC module to register & unregister with vpfe capture driver */
-int vpfe_register_ccdc_device(struct ccdc_hw_device *dev);
-void vpfe_unregister_ccdc_device(struct ccdc_hw_device *dev);
+int vpfe_register_ccdc_device(const struct ccdc_hw_device *dev);
+void vpfe_unregister_ccdc_device(const struct ccdc_hw_device *dev);
#endif
#endif