diff options
Diffstat (limited to 'arch/arm/mach-footbridge/include/mach/io.h')
-rw-r--r-- | arch/arm/mach-footbridge/include/mach/io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/include/mach/io.h b/arch/arm/mach-footbridge/include/mach/io.h index a7b066239996..101a4fe90bde 100644 --- a/arch/arm/mach-footbridge/include/mach/io.h +++ b/arch/arm/mach-footbridge/include/mach/io.h | |||
@@ -14,7 +14,8 @@ | |||
14 | #ifndef __ASM_ARM_ARCH_IO_H | 14 | #ifndef __ASM_ARM_ARCH_IO_H |
15 | #define __ASM_ARM_ARCH_IO_H | 15 | #define __ASM_ARM_ARCH_IO_H |
16 | 16 | ||
17 | #include <mach/hardware.h> | 17 | #define PCIO_SIZE 0x00100000 |
18 | #define PCIO_BASE 0xff000000 | ||
18 | 19 | ||
19 | #define IO_SPACE_LIMIT 0xffff | 20 | #define IO_SPACE_LIMIT 0xffff |
20 | 21 | ||