diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-12-21 06:08:00 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-02-11 08:10:17 -0500 |
commit | 9fe21fdc5f3d3aa7d6e78ad25668e234330b6974 (patch) | |
tree | 79de7551ed227b4381bdb518e787c8fd0e9cf85f /include/linux/platform_data/video-imxfb.h | |
parent | e62cabb5e9949bd51f68832b5ec9e18fcd323e20 (diff) |
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/linux/platform_data/video-imxfb.h')
-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 { | |||
76 | int (*init)(struct platform_device *); | 76 | int (*init)(struct platform_device *); |
77 | void (*exit)(struct platform_device *); | 77 | void (*exit)(struct platform_device *); |
78 | 78 | ||
79 | void (*lcd_power)(int); | ||
80 | void (*backlight_power)(int); | 79 | void (*backlight_power)(int); |
81 | }; | 80 | }; |
82 | 81 | ||