aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/highbank.c
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-04-18 21:56:49 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2013-05-24 10:23:05 +0200
commita8c7f580c6ee5d442573cca9ac47cbc6a397172b (patch)
tree7c52dcde2e67c1d4cb022b5c77830915dd9be393 /arch/arm/mach-highbank/highbank.c
parentARM: mmu: Call debug_ll_io_init if no map_io function is specified (diff)
downloadlinux-dev-a8c7f580c6ee5d442573cca9ac47cbc6a397172b.tar.xz
linux-dev-a8c7f580c6ee5d442573cca9ac47cbc6a397172b.zip
ARM: highbank: remove the .map_io declaration
Now that the ARM core code calls debug_ll_io_init, we can remove it from the machine_desc declaration. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-highbank/highbank.c')
-rw-r--r--arch/arm/mach-highbank/highbank.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/highbank.c b/arch/arm/mach-highbank/highbank.c
index e7df2dd43a40..dc5d6becd8c7 100644
--- a/arch/arm/mach-highbank/highbank.c
+++ b/arch/arm/mach-highbank/highbank.c
@@ -176,7 +176,6 @@ static const char *highbank_match[] __initconst = {
DT_MACHINE_START(HIGHBANK, "Highbank")
.smp = smp_ops(highbank_smp_ops),
- .map_io = debug_ll_io_init,
.init_irq = highbank_init_irq,
.init_time = highbank_timer_init,
.init_machine = highbank_init,