diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-ldp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index 6031e179926b..73e3fdb2d20a 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c | |||
@@ -98,7 +98,7 @@ static inline void __init ldp_init_smc911x(void) | |||
98 | 98 | ||
99 | static void __init omap_ldp_init_irq(void) | 99 | static void __init omap_ldp_init_irq(void) |
100 | { | 100 | { |
101 | omap2_init_common_hw(); | 101 | omap2_init_common_hw(NULL); |
102 | omap_init_irq(); | 102 | omap_init_irq(); |
103 | omap_gpio_init(); | 103 | omap_gpio_init(); |
104 | ldp_init_smc911x(); | 104 | ldp_init_smc911x(); |