Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / include / asm-mips / bitops.h
index 1bb89c5..d2f4445 100644 (file)
@@ -9,6 +9,7 @@
 #ifndef _ASM_BITOPS_H
 #define _ASM_BITOPS_H
 
+#include <linux/config.h>
 #include <linux/compiler.h>
 #include <linux/types.h>
 #include <asm/bug.h>
@@ -31,7 +32,7 @@
 
 #ifdef __KERNEL__
 
-#include <linux/irqflags.h>
+#include <asm/interrupt.h>
 #include <asm/sgidefs.h>
 #include <asm/war.h>