summaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-02-12 16:45:23 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-04-03 15:19:45 +0300
commita4419f3eac875e66a01b654024f6eda17d0dd558 (patch)
tree01399565784f6722d3979e8b751e3f5eaed35452 /include/video
parent14e6a0918ab3f54b7574141eeab649853a5ac931 (diff)
downloadlinux-a4419f3eac875e66a01b654024f6eda17d0dd558.tar.gz
linux-a4419f3eac875e66a01b654024f6eda17d0dd558.tar.xz
OMAPDSS: n8x0: remove platform backlight calls
The n8x0 panel contains support to call platform backlight functions. These are not used by any board, and can be removed. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omap-panel-data.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h
index 6b55839b73fc..0c3b46d3daf3 100644
--- a/include/video/omap-panel-data.h
+++ b/include/video/omap-panel-data.h
@@ -56,8 +56,6 @@ struct panel_n8x0_data {
void (*platform_disable)(struct omap_dss_device *dssdev);
int panel_reset;
int ctrl_pwrdown;
-
- int (*set_backlight)(struct omap_dss_device *dssdev, int level);
};
/**