diff options
Diffstat (limited to 'include/video')
| -rw-r--r-- | include/video/omapdss.h | 3 |
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 { | |||
| 523 | int omap_dss_register_driver(struct omap_dss_driver *); | 523 | int omap_dss_register_driver(struct omap_dss_driver *); |
| 524 | void omap_dss_unregister_driver(struct omap_dss_driver *); | 524 | void omap_dss_unregister_driver(struct omap_dss_driver *); |
| 525 | 525 | ||
| 526 | int omap_dss_register_device(struct omap_dss_device *); | ||
| 527 | void omap_dss_unregister_device(struct omap_dss_device *); | ||
| 528 | |||
| 529 | void omap_dss_get_device(struct omap_dss_device *dssdev); | 526 | void omap_dss_get_device(struct omap_dss_device *dssdev); |
| 530 | void omap_dss_put_device(struct omap_dss_device *dssdev); | 527 | void 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) |
