diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap1/board-ams-delta.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 87b13039f936..3c97e6400546 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c | |||
@@ -154,7 +154,7 @@ static struct omap_lcd_config ams_delta_lcd_config = { | |||
154 | .ctrl_name = "internal", | 154 | .ctrl_name = "internal", |
155 | }; | 155 | }; |
156 | 156 | ||
157 | static struct omap_usb_config ams_delta_usb_config __initdata = { | 157 | static struct omap_usb_config ams_delta_usb_config = { |
158 | .register_host = 1, | 158 | .register_host = 1, |
159 | .hmc_mode = 16, | 159 | .hmc_mode = 16, |
160 | .pins[0] = 2, | 160 | .pins[0] = 2, |
@@ -300,7 +300,7 @@ static const struct matrix_keymap_data ams_delta_keymap_data = { | |||
300 | .keymap_size = ARRAY_SIZE(ams_delta_keymap), | 300 | .keymap_size = ARRAY_SIZE(ams_delta_keymap), |
301 | }; | 301 | }; |
302 | 302 | ||
303 | static struct omap_kp_platform_data ams_delta_kp_data __initdata = { | 303 | static struct omap_kp_platform_data ams_delta_kp_data = { |
304 | .rows = 8, | 304 | .rows = 8, |
305 | .cols = 8, | 305 | .cols = 8, |
306 | .keymap_data = &ams_delta_keymap_data, | 306 | .keymap_data = &ams_delta_keymap_data, |