diff options
Diffstat (limited to 'drivers/video/omap2/dss/rfbi.c')
-rw-r--r-- | drivers/video/omap2/dss/rfbi.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/omap2/dss/rfbi.c index 6b9cd767c7c1..71293876fed1 100644 --- a/drivers/video/omap2/dss/rfbi.c +++ b/drivers/video/omap2/dss/rfbi.c | |||
@@ -1232,12 +1232,6 @@ static int rfbi_display_sync(struct omap_dss_device *dssdev) | |||
1232 | return 0; | 1232 | return 0; |
1233 | } | 1233 | } |
1234 | 1234 | ||
1235 | static int rfbi_display_enable_te(struct omap_dss_device *dssdev, bool enable) | ||
1236 | { | ||
1237 | dssdev->driver->enable_te(dssdev, enable); | ||
1238 | return 0; | ||
1239 | } | ||
1240 | |||
1241 | static int rfbi_display_enable(struct omap_dss_device *dssdev) | 1235 | static int rfbi_display_enable(struct omap_dss_device *dssdev) |
1242 | { | 1236 | { |
1243 | int r; | 1237 | int r; |
@@ -1299,7 +1293,6 @@ int rfbi_init_display(struct omap_dss_device *dssdev) | |||
1299 | dssdev->disable = rfbi_display_disable; | 1293 | dssdev->disable = rfbi_display_disable; |
1300 | dssdev->update = rfbi_display_update; | 1294 | dssdev->update = rfbi_display_update; |
1301 | dssdev->sync = rfbi_display_sync; | 1295 | dssdev->sync = rfbi_display_sync; |
1302 | dssdev->enable_te = rfbi_display_enable_te; | ||
1303 | 1296 | ||
1304 | rfbi.dssdev[dssdev->phy.rfbi.channel] = dssdev; | 1297 | rfbi.dssdev[dssdev->phy.rfbi.channel] = dssdev; |
1305 | 1298 | ||