Re: [PATCH 1/2] bitreversal program

From: Akinobu Mita
Date: Tue May 20 2008 - 08:14:17 EST


>>> -static inline u8 bitrev8(u8 byte)
>
> It is a static function, so you cant use it from outside of this
> file. So there should not be anyone using this function.
>

bitrev8() is static inline function in header file.
There are several users:

./drivers/isdn/gigaset/asyncdata.c
./drivers/isdn/gigaset/isocdata.c
./drivers/isdn/hisax/st5481_b.c
./drivers/rtc/rtc-s35390a.c
...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/