diff mbox

OMAP2: N800: Fix compilation after recent omap2_init_common_hw() changes

Message ID alpine.DEB.2.00.0907242031030.2700@utopia.booyaka.com (mailing list archive)
State Superseded, archived
Delegated to: Tony Lindgren
Headers show

Commit Message

Paul Walmsley July 25, 2009, 2:31 a.m. UTC
This patch is intended to be applied after the 2.6.31-rc OMAP2/3 
SDRC/clock fixes series is merged to mainline.  Since N800 support is not 
yet in mainline, this chunk had to be split out from Jean's original patch 
into a linux-omap specific patch.

Update board-n800.c after recent omap2_init_common_hw() changes.

This code was written by Jean Pihet <jpihet@mvista.com>.

Signed-off-by: Jean Pihet <jpihet@mvista.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
---
 arch/arm/mach-omap2/board-n800.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
index 23296e9..fee6c62 100644
--- a/arch/arm/mach-omap2/board-n800.c
+++ b/arch/arm/mach-omap2/board-n800.c
@@ -64,7 +64,7 @@  struct omap_tmp105_config {
 
 void __init nokia_n800_init_irq(void)
 {
-	omap2_init_common_hw(NULL);
+	omap2_init_common_hw(NULL, NULL);
 	omap_init_irq();
 	omap_gpio_init();