diff options
Diffstat (limited to 'arch/arm/mach-pxa/viper.c')
-rw-r--r-- | arch/arm/mach-pxa/viper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/viper.c b/arch/arm/mach-pxa/viper.c index 03fa5dfa9904..0e65344e9f53 100644 --- a/arch/arm/mach-pxa/viper.c +++ b/arch/arm/mach-pxa/viper.c | |||
@@ -953,7 +953,7 @@ static struct map_desc viper_io_desc[] __initdata = { | |||
953 | }, | 953 | }, |
954 | { | 954 | { |
955 | .virtual = VIPER_PC104IO_BASE, | 955 | .virtual = VIPER_PC104IO_BASE, |
956 | .pfn = __phys_to_pfn(_PCMCIA1IO), | 956 | .pfn = __phys_to_pfn(0x30000000), |
957 | .length = 0x00800000, | 957 | .length = 0x00800000, |
958 | .type = MT_DEVICE, | 958 | .type = MT_DEVICE, |
959 | }, | 959 | }, |