From: Nils Faerber Date: Fri, 7 Jan 2011 11:15:32 +0000 (+0100) Subject: Fixup for 2.6.37 changes in machine init X-Git-Url: https://git.karo-electronics.de/?p=mv-sheeva.git;a=commitdiff_plain;h=01b951318fab5fa84d862274ec512961665cfc25 Fixup for 2.6.37 changes in machine init --- diff --git a/arch/arm/mach-mv78xx0/rdstor-setup.c b/arch/arm/mach-mv78xx0/rdstor-setup.c index 79ba032b9b0..8cbfdf4d743 100644 --- a/arch/arm/mach-mv78xx0/rdstor-setup.c +++ b/arch/arm/mach-mv78xx0/rdstor-setup.c @@ -1,7 +1,9 @@ /* - * arch/arm/mach-mv78xx0/db78x00-bp-setup.c + * Cogent CSB1725 CPU module board setup with customizations + * for BDT RDStor * - * Marvell DB-78x00-BP Development Board Setup + * based on: + * arch/arm/mach-mv78xx0/db78x00-bp-setup.c * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any @@ -359,8 +361,6 @@ subsys_initcall(db78x00_pci_init); MACHINE_START(DB78X00_BP /*RDSTOR*/, "BDT RDStor, with CSB1725 module") /* Maintainer: Nils Faerber */ - .phys_io = MV78XX0_REGS_PHYS_BASE, - .io_pg_offst = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc, .boot_params = 0x00000100, .init_machine = db78x00_init, .map_io = mv78xx0_map_io,