patch-2.1.120 linux/include/asm-m68k/bitops.h

Next file: linux/include/asm-m68k/checksum.h
Previous file: linux/include/asm-m68k/amigahw.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.119/linux/include/asm-m68k/bitops.h linux/include/asm-m68k/bitops.h
@@ -236,8 +236,6 @@
 #define hweight16(x) generic_hweight16(x)
 #define hweight8(x) generic_hweight8(x)
 
-#endif /* __KERNEL__ */
-
 /* Bitmap functions for the minix filesystem */
 
 extern __inline__ int
@@ -365,5 +363,7 @@
 	res = ext2_find_first_zero_bit (p, size - 32 * (p - addr));
 	return (p - addr) * 32 + res;
 }
+
+#endif /* __KERNEL__ */
 
 #endif /* _M68K_BITOPS_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov