patch-2.1.132 linux/include/asm-arm/hardware.h

Next file: linux/include/asm-arm/ide.h
Previous file: linux/include/asm-arm/elf.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.131/linux/include/asm-arm/hardware.h linux/include/asm-arm/hardware.h
@@ -85,7 +85,7 @@
 
 #ifdef HAS_IOMD
 #ifndef __ASSEMBLER__
-#define __IOMD(offset)	(IOMD_BASE + (offset >> 2))
+#define __IOMD(offset)	(IO_IOMD_BASE + (offset >> 2))
 #else
 #define __IOMD(offset)	offset
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov