From 01f2f2a49ac1db47042d6e26a11e35d5281b378c Mon Sep 17 00:00:00 2001 From: Cyril Jourdan Date: Thu, 7 Feb 2013 11:32:06 +0100 Subject: cleo/linux/spc300: remove SPI static remapping, closes #3334 It is not used since spi driver use a dynamic remapping. All other static remappings are needed. Virtual addresses macros must be deleted because they are wrong if there is no static remapping. --- cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cleopatre') diff --git a/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c b/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c index 3b96dcef9b..35f9eace5a 100644 --- a/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c +++ b/cleopatre/linux-2.6.25.10-spc300/arch/arm/mach-spc300/spc300.c @@ -83,7 +83,6 @@ static struct map_desc spc300_io_desc[] __initdata = { { IO_ADDRESS(ARM_TIMER1_BASE) , __phys_to_pfn(ARM_TIMER1_BASE) , SZ_1K , MT_DEVICE }, { IO_ADDRESS(ARM_UART1_BASE) , __phys_to_pfn(ARM_UART1_BASE) , SZ_1K , MT_DEVICE }, { IO_ADDRESS(ARM_UART2_BASE) , __phys_to_pfn(ARM_UART2_BASE) , SZ_1K , MT_DEVICE }, - { IO_ADDRESS(SPI_BASE) , __phys_to_pfn(SPI_BASE) , SZ_1K , MT_DEVICE }, { IO_ADDRESS(MARIA_REGBANK_BASE) , __phys_to_pfn(MARIA_REGBANK_BASE) , SZ_4K , MT_DEVICE }, #ifdef CONFIG_CHIP_FEATURE_MIU_CTRL { IO_ADDRESS(AHB2MIU_BASE) , __phys_to_pfn(AHB2MIU_BASE) , SZ_1K , MT_DEVICE }, -- cgit v1.2.3