aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r--drivers/video/omap2/dss/dss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h
index a977826d850c..98e82731c60a 100644
--- a/drivers/video/omap2/dss/dss.h
+++ b/drivers/video/omap2/dss/dss.h
@@ -228,7 +228,7 @@ int dss_suspend_all_devices(void);
228int dss_resume_all_devices(void); 228int dss_resume_all_devices(void);
229void dss_disable_all_devices(void); 229void dss_disable_all_devices(void);
230 230
231void dss_init_device(struct platform_device *pdev, 231int dss_init_device(struct platform_device *pdev,
232 struct omap_dss_device *dssdev); 232 struct omap_dss_device *dssdev);
233void dss_uninit_device(struct platform_device *pdev, 233void dss_uninit_device(struct platform_device *pdev,
234 struct omap_dss_device *dssdev); 234 struct omap_dss_device *dssdev);