diff options
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index cc7bfb05dcad..d03244a59db4 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -753,8 +753,9 @@ int omapdss_rfbi_display_enable(struct omap_dss_device *dssdev); | |||
753 | void omapdss_rfbi_display_disable(struct omap_dss_device *dssdev); | 753 | void omapdss_rfbi_display_disable(struct omap_dss_device *dssdev); |
754 | int omap_rfbi_update(struct omap_dss_device *dssdev, void (*callback)(void *), | 754 | int omap_rfbi_update(struct omap_dss_device *dssdev, void (*callback)(void *), |
755 | void *data); | 755 | void *data); |
756 | int omap_rfbi_configure(struct omap_dss_device *dssdev, int pixel_size, | 756 | int omap_rfbi_configure(struct omap_dss_device *dssdev, int data_lines); |
757 | int data_lines); | ||
758 | void omapdss_rfbi_set_size(struct omap_dss_device *dssdev, u16 w, u16 h); | 757 | void omapdss_rfbi_set_size(struct omap_dss_device *dssdev, u16 w, u16 h); |
758 | void omapdss_rfbi_set_pixel_size(struct omap_dss_device *dssdev, | ||
759 | int pixel_size); | ||
759 | 760 | ||
760 | #endif | 761 | #endif |