]> err.no Git - linux-2.6/blobdiff - include/asm-m68k/bitops.h
zd1211rw: port to mac80211
[linux-2.6] / include / asm-m68k / bitops.h
index 1a61fdb56aaf671dc82e669d009d6fb6f3e64324..2976b5d68e96cbb5189cb1a348312939a699dab8 100644 (file)
@@ -8,6 +8,10 @@
  * for more details.
  */
 
+#ifndef _LINUX_BITOPS_H
+#error only <linux/bitops.h> can be included directly
+#endif
+
 #include <linux/compiler.h>
 
 /*
@@ -314,6 +318,7 @@ static inline int fls(int x)
 #include <asm-generic/bitops/fls64.h>
 #include <asm-generic/bitops/sched.h>
 #include <asm-generic/bitops/hweight.h>
+#include <asm-generic/bitops/lock.h>
 
 /* Bitmap functions for the minix filesystem */