diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-12-21 12:08:00 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-02-11 14:10:17 +0100 |
commit | 9fe21fdc5f3d3aa7d6e78ad25668e234330b6974 (patch) | |
tree | 79de7551ed227b4381bdb518e787c8fd0e9cf85f /include | |
parent | tgafb: avoid restriction on modes with line length not a multiple of 64 (diff) | |
download | linux-9fe21fdc5f3d3aa7d6e78ad25668e234330b6974.tar.xz linux-9fe21fdc5f3d3aa7d6e78ad25668e234330b6974.zip |
video: imxfb: Use regulator API with LCD class for powering
This patch replaces custom lcd_power() callback with
regulator API over LCD class.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/video-imxfb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/video-imxfb.h b/include/linux/platform_data/video-imxfb.h index 9de8f062ad5d..8902706fffa4 100644 --- a/include/linux/platform_data/video-imxfb.h +++ b/include/linux/platform_data/video-imxfb.h @@ -76,7 +76,6 @@ struct imx_fb_platform_data { int (*init)(struct platform_device *); void (*exit)(struct platform_device *); - void (*lcd_power)(int); void (*backlight_power)(int); }; |