Re: [2.6 patch] orinoco.h: "extern inline" -> "static __always_inline"

2006-08-15 Thread Pavel Roskin
On Tue, 2006-08-15 at 02:40 +0200, Adrian Bunk wrote: > "extern inline" generates a warning with -Wmissing-prototypes and I'm > currently working on getting the kernel cleaned up for adding this to > the CFLAGS since it will help us to avoid a nasty class of runtime > errors. > > Signed-off-by:

[2.6 patch] orinoco.h: "extern inline" -> "static __always_inline"

2006-08-14 Thread Adrian Bunk
"extern inline" generates a warning with -Wmissing-prototypes and I'm currently working on getting the kernel cleaned up for adding this to the CFLAGS since it will help us to avoid a nasty class of runtime errors. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/net/wireless/orino