patch-2.4.21 linux-2.4.21/include/asm-m68k/apollohw.h

Next file: linux-2.4.21/include/asm-m68k/delay.h
Previous file: linux-2.4.21/include/asm-m68k/amigahw.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-m68k/apollohw.h linux-2.4.21/include/asm-m68k/apollohw.h
@@ -101,9 +101,4 @@
 
 #define isaIO2mem(x) (((((x) & 0x3f8)  << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)
 
-#define inb(addr) (*((volatile unsigned char *)(addr)))
-#define outb(val,addr) (*((volatile unsigned char *)(addr)) = (val))
-#define inw(addr) (*((volatile unsigned short *)(addr)))
-#define outw(val,addr) (*((volatile unsigned short *)(addr)) = (val))
-
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)