]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-sa1100/io.h
tty: The big operations rework
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-sa1100 / io.h
index 9d4fe6cf205b1fb9e272e19091c8a902b59aa8ec..0756269404b18085bd8c25d61a091f0697983e17 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef __ASM_ARM_ARCH_IO_H
 #define __ASM_ARM_ARCH_IO_H
 
-#include <asm/hardware.h>
-
 #define IO_SPACE_LIMIT 0xffffffff
 
 /*
@@ -24,6 +22,5 @@ static inline void __iomem *__io(unsigned long addr)
 }
 #define __io(a)                        __io(a)
 #define __mem_pci(a)           (a)
-#define __mem_isa(a)           (a)
 
 #endif