]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m32r/bitops.h
h63xx: initial omap board support.
[linux-2.6-omap-h63xx.git] / include / asm-m32r / bitops.h
index 902a366101a5dc6b66f173ec5107d8e1b871f366..6dc9b81bf9f36544eeacfee071866629f220ce5c 100644 (file)
  *    Copyright (C) 2004  Hirokazu Takata <takata at linux-m32r.org>
  */
 
-#include <linux/config.h>
+#ifndef _LINUX_BITOPS_H
+#error only <linux/bitops.h> can be included directly
+#endif
+
 #include <linux/compiler.h>
 #include <asm/assembler.h>
 #include <asm/system.h>
@@ -256,6 +259,7 @@ static __inline__ int test_and_change_bit(int nr, volatile void * addr)
 #include <asm-generic/bitops/find.h>
 #include <asm-generic/bitops/ffs.h>
 #include <asm-generic/bitops/hweight.h>
+#include <asm-generic/bitops/lock.h>
 
 #endif /* __KERNEL__ */