diff options
author | Olof Johansson <olof@lixom.net> | 2012-03-10 12:04:14 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-03-10 12:04:14 -0500 |
commit | 1ad4fb2f7cbc21db9cdbb53e25ce348d93bbd6e7 (patch) | |
tree | ab448afc1422107919c832cf916a39c20efc77d3 /drivers/video/omap/lcd_ams_delta.c | |
parent | 2eed4e7d8631d8404fdef9c09d26a48376186ad1 (diff) | |
parent | 0379c1f55b734d9d112f535e12f4508b90a1bab1 (diff) |
Merge branch 'ams-delta' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/boards
* 'ams-delta' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ASoC: OMAP: ams-delta: drop .set_bias_level callback
ARM: OMAP1: ams-delta: update the modem to use regulator API
ARM: OMAP1: ams-delta: set up regulator over modem reset GPIO pin
ARM: OMAP1: ams-delta: clean up init data section assignments
ARM: OMAP1: ams-delta: fix incorrect section tags
Diffstat (limited to 'drivers/video/omap/lcd_ams_delta.c')
-rw-r--r-- | drivers/video/omap/lcd_ams_delta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/lcd_ams_delta.c b/drivers/video/omap/lcd_ams_delta.c index 0e71e2898b18..d3a311327227 100644 --- a/drivers/video/omap/lcd_ams_delta.c +++ b/drivers/video/omap/lcd_ams_delta.c | |||
@@ -99,7 +99,7 @@ static struct lcd_ops ams_delta_lcd_ops = { | |||
99 | 99 | ||
100 | /* omapfb panel section */ | 100 | /* omapfb panel section */ |
101 | 101 | ||
102 | static struct gpio _gpios[] __initconst_or_module = { | 102 | static const struct gpio _gpios[] = { |
103 | { | 103 | { |
104 | .gpio = AMS_DELTA_GPIO_PIN_LCD_VBLEN, | 104 | .gpio = AMS_DELTA_GPIO_PIN_LCD_VBLEN, |
105 | .flags = GPIOF_OUT_INIT_LOW, | 105 | .flags = GPIOF_OUT_INIT_LOW, |