ARM: convert PCI defines to variables
[pandora-kernel.git] / arch / arm / mach-integrator / include / mach / hardware.h
index 37323ea..0ce5212 100644 (file)
@@ -34,9 +34,6 @@
 
 #define PCIMEM_BASE            PCI_MEMORY_VADDR
 
-#define PCIBIOS_MIN_IO         0x6000
-#define PCIBIOS_MIN_MEM        0x00100000
-
 /* macro to get at IO space when running virtually */
 #ifdef CONFIG_MMU
 #define IO_ADDRESS(x)  (((x) & 0x000fffff) | (((x) >> 4) & 0x0ff00000) | IO_BASE)