--- /usr/src/linux/include/linux/bitops.h 2006-03-28 08:49:02.000000000 +0200 +++ /usr/include/linux/bitops.h 2006-04-07 12:39:09.000000000 +0200 @@ -76,7 +76,7 @@ */ #include - +#ifdef __KERNEL__ static inline int generic_fls64(__u64 x) { __u32 h = x >> 32; @@ -102,6 +102,7 @@ order++; return order; } +#endif /* * hweightN: returns the hamming weight (i.e. the number