aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-06-04 05:00:18 -0400
committerArnd Bergmann <arnd@arndb.de>2014-06-04 06:32:18 -0400
commit06fde1a014611a7902a874330d10e530312ceaef (patch)
treea64b25eed6b5a50a195fb85f17b9090ebc0822ac
parent9eb23c9218aac6ff4b5c2e660638a47c03f2c978 (diff)
ARM: orion5x: fix mvebu_mbus_dt_init call
The prototype for mvebu_mbus_dt_init() changed around the same time as a new caller was added to orion5x. This adds the missing argument to make orion5x behave correctly. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--arch/arm/mach-orion5x/board-dt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/board-dt.c b/arch/arm/mach-orion5x/board-dt.c
index 35d418faf8f1..79f033b1ddff 100644
--- a/arch/arm/mach-orion5x/board-dt.c
+++ b/arch/arm/mach-orion5x/board-dt.c
@@ -45,7 +45,7 @@ static void __init orion5x_dt_init(void)
45 orion5x_id(&dev, &rev, &dev_name); 45 orion5x_id(&dev, &rev, &dev_name);
46 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk); 46 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk);
47 47
48 BUG_ON(mvebu_mbus_dt_init()); 48 BUG_ON(mvebu_mbus_dt_init(false));
49 49
50 /* 50 /*
51 * Setup Orion address map 51 * Setup Orion address map