diff options
author | Tony Lindgren <tony@atomide.com> | 2011-03-14 14:22:22 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-03-14 14:22:22 -0400 |
commit | 05f689400ea5fa3d71af82f910c8b140f87ad1f3 (patch) | |
tree | 39fa8ddb5163661361dbc5b2ab11f4e331492ead /arch/arm/mach-omap2/board-h4.c | |
parent | 17fe12c5a7bd674c1e6dca9cf1e250f9cd7b96b1 (diff) | |
parent | 02b7b94ee98a0a463195d148e5c5885a218ee16f (diff) |
Merge branches 'devel-mux' and 'devel-misc' into omap-for-linus
Diffstat (limited to 'arch/arm/mach-omap2/board-h4.c')
-rw-r--r-- | arch/arm/mach-omap2/board-h4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index 7e6bf4fa1535..bac7933b8cbb 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c | |||
@@ -299,7 +299,6 @@ static void __init omap_h4_init_early(void) | |||
299 | static void __init omap_h4_init_irq(void) | 299 | static void __init omap_h4_init_irq(void) |
300 | { | 300 | { |
301 | omap_init_irq(); | 301 | omap_init_irq(); |
302 | h4_init_flash(); | ||
303 | } | 302 | } |
304 | 303 | ||
305 | static struct at24_platform_data m24c01 = { | 304 | static struct at24_platform_data m24c01 = { |
@@ -372,6 +371,7 @@ static void __init omap_h4_init(void) | |||
372 | platform_add_devices(h4_devices, ARRAY_SIZE(h4_devices)); | 371 | platform_add_devices(h4_devices, ARRAY_SIZE(h4_devices)); |
373 | omap2_usbfs_init(&h4_usb_config); | 372 | omap2_usbfs_init(&h4_usb_config); |
374 | omap_serial_init(); | 373 | omap_serial_init(); |
374 | h4_init_flash(); | ||
375 | } | 375 | } |
376 | 376 | ||
377 | static void __init omap_h4_map_io(void) | 377 | static void __init omap_h4_map_io(void) |