linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-m68k / apollohw.h
index a1373b9..4304e1c 100644 (file)
@@ -3,8 +3,6 @@
 #ifndef _ASMm68k_APOLLOHW_H_
 #define _ASMm68k_APOLLOHW_H_
 
-#include <linux/types.h>
-
 /*
    apollo models
 */
@@ -103,6 +101,4 @@ extern u_long timer_physaddr;
 
 #define isaIO2mem(x) (((((x) & 0x3f8)  << 7) | (((x) & 0xfc00) >> 6) | ((x) & 0x7)) + 0x40000 + IO_BASE)
 
-#define IRQ_APOLLO     IRQ_USER
-
 #endif