On Fri, 2016-01-29 at 15:06 +1100, Stephen Rothwell wrote:
> Hi Johannes,
>
> After merging the mac80211 tree, today's linux-next build (i386
> defconfig)
> produced this warning:
>
> In file included from include/net/wext.h:4:0,
> from net/socket.c:97:
> include/net/iw_handler.h:446:13: warning: 'wireless_nlevent_flush'
> defined but not used [-Wunused-function]
> static void wireless_nlevent_flush(void) {}
> ^
>
> Introduced by commit
>
> 3730abeab65b ("cfg80211/wext: fix message ordering")
>
> Missing inline :-(
Oops. Fixed, thanks.
johannes