aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-03-31 05:34:06 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-11 07:19:26 -0400
commit06b2b0d597ab6e3011e8215d02b2aa5f831efbc7 (patch)
tree134c76a018086024e77858bb1c4756d6dee0caea /include
parent14572c6356dc4361231ee8f4402468c1f36d2c34 (diff)
OMAP: DSS2: make omap_dss_(un)register_device static
omap_dss_register_device and omap_dss_unregister_device can only be called from core.c, so we can make it static. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/omapdss.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index f0789292c7c2..4beaee19f5f9 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -523,9 +523,6 @@ struct omap_dss_driver {
523int omap_dss_register_driver(struct omap_dss_driver *); 523int omap_dss_register_driver(struct omap_dss_driver *);
524void omap_dss_unregister_driver(struct omap_dss_driver *); 524void omap_dss_unregister_driver(struct omap_dss_driver *);
525 525
526int omap_dss_register_device(struct omap_dss_device *);
527void omap_dss_unregister_device(struct omap_dss_device *);
528
529void omap_dss_get_device(struct omap_dss_device *dssdev); 526void omap_dss_get_device(struct omap_dss_device *dssdev);
530void omap_dss_put_device(struct omap_dss_device *dssdev); 527void omap_dss_put_device(struct omap_dss_device *dssdev);
531#define for_each_dss_dev(d) while ((d = omap_dss_get_next_device(d)) != NULL) 528#define for_each_dss_dev(d) while ((d = omap_dss_get_next_device(d)) != NULL)