]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/bitops.h
[NETFILTER]: nf_nat: remove double bysource hash initialization
[linux-2.6-omap-h63xx.git] / include / asm-sparc / bitops.h
index 00bd0a679d702f0a07737cd66f766442cb70f09d..cb3cefab6e098e56dc1c1835fdb2a44212fea376 100644 (file)
 
 #ifdef __KERNEL__
 
+#ifndef _LINUX_BITOPS_H
+#error only <linux/bitops.h> can be included directly
+#endif
+
 extern unsigned long ___set_bit(unsigned long *addr, unsigned long mask);
 extern unsigned long ___clear_bit(unsigned long *addr, unsigned long mask);
 extern unsigned long ___change_bit(unsigned long *addr, unsigned long mask);