Skip to content

Commit

Permalink
ARM: OMAP1: ams-delta: fix incorrect section tags
Browse files Browse the repository at this point in the history
While resolving section mismatches introduced with recent patches
to for-next, a few dangerous, driver bind/unbind unaware section
tagging already present in mainline have been identified. Fix them.

Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Janusz Krzysztofik authored and Tony Lindgren committed Mar 1, 2012
1 parent 4239276 commit dc0caef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-omap1/board-ams-delta.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static struct omap_lcd_config ams_delta_lcd_config = {
.ctrl_name = "internal",
};

static struct omap_usb_config ams_delta_usb_config __initdata = {
static struct omap_usb_config ams_delta_usb_config = {
.register_host = 1,
.hmc_mode = 16,
.pins[0] = 2,
Expand Down Expand Up @@ -300,7 +300,7 @@ static const struct matrix_keymap_data ams_delta_keymap_data = {
.keymap_size = ARRAY_SIZE(ams_delta_keymap),
};

static struct omap_kp_platform_data ams_delta_kp_data __initdata = {
static struct omap_kp_platform_data ams_delta_kp_data = {
.rows = 8,
.cols = 8,
.keymap_data = &ams_delta_keymap_data,
Expand Down

0 comments on commit dc0caef

Please sign in to comment.