aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-06-06 10:24:07 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-06 10:24:07 -0700
commit9e47aaef0bd3a50a43626fa6b19e1f964ac173d6 (patch)
treee5ee8bd64aaf3bb3342426e842504d659bb976c0 /arch
parentMerge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze into next (diff)
downloadlinux-dev-9e47aaef0bd3a50a43626fa6b19e1f964ac173d6.tar.xz
linux-dev-9e47aaef0bd3a50a43626fa6b19e1f964ac173d6.zip
Fix ARM merge mistake in mvebu board file
Russell King points out that my ARM merge (commit eb3d3ec567e8) was broken wrt the arch/arm/mach-mvebu/board-v7.c file, leaving in a stale l2x0_of_init() call (it's now handled by the DT description). Which is kind of embarrassing, since I knew about it as it wasn't the only file that had similar merge issues. At least I got the other ones right. Reported-by: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mvebu/board-v7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/board-v7.c b/arch/arm/mach-mvebu/board-v7.c
index 594262b27f56..8bb742fdf5ca 100644
--- a/arch/arm/mach-mvebu/board-v7.c
+++ b/arch/arm/mach-mvebu/board-v7.c
@@ -78,7 +78,6 @@ static void __init mvebu_timer_and_clk_init(void)
mvebu_scu_enable();
coherency_init();
BUG_ON(mvebu_mbus_dt_init(coherency_available()));
- l2x0_of_init(0, ~0UL);
if (of_machine_is_compatible("marvell,armada375"))
hook_fault_code(16 + 6, armada_375_external_abort_wa, SIGBUS, 0,