X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fbitops.h;fp=include%2Fbitops.h;h=1f1adceccf5d2b498ba66948d5b6d536c6013da9;hb=055629e0038c28e9ba0bf11a4e59733c040f95e6;hp=fe6173039ce4e34524aa3f764330e6eacd20324e;hpb=015b44e7fd6fdb274bdf9b439c282a0e02e2fa2a;p=thirdparty%2Fxfsprogs-dev.git diff --git a/include/bitops.h b/include/bitops.h index fe617303..1f1adcec 100644 --- a/include/bitops.h +++ b/include/bitops.h @@ -6,7 +6,6 @@ * fls: find last bit set. */ -#ifndef HAVE_FLS static inline int fls(int x) { int r = 32; @@ -34,7 +33,6 @@ static inline int fls(int x) } return r; } -#endif /* HAVE_FLS */ static inline int fls64(__u64 x) {