diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-08 13:13:02 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-27 12:47:25 +0200 |
commit | 3f30b8c2b6f20a00a97929fdbe7191e2a5e74064 (patch) | |
tree | da2603edc624d80c4f2dd55c8f7f64659ddae1cd /drivers/video/omap2/dss/dss.h | |
parent | 74e164588ec0b0c570f5525d10800f54342833b1 (diff) |
OMAPDSS: create display-sysfs.c
Move display sysfs related code from display.c to display-sysfs.c, for
clarity. The sysfs code will only be used for compat mode.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index 09d0651469a3..6c3cfb3352df 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h @@ -224,6 +224,11 @@ int dss_init_device(struct platform_device *pdev, void dss_uninit_device(struct platform_device *pdev, struct omap_dss_device *dssdev); +int display_init_sysfs(struct platform_device *pdev, + struct omap_dss_device *dssdev); +void display_uninit_sysfs(struct platform_device *pdev, + struct omap_dss_device *dssdev); + /* manager */ int dss_init_overlay_managers(struct platform_device *pdev); void dss_uninit_overlay_managers(struct platform_device *pdev); |