From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753769AbcA2IVT (ORCPT ); Fri, 29 Jan 2016 03:21:19 -0500 Received: from s3.sipsolutions.net ([5.9.151.49]:60020 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752265AbcA2IVS (ORCPT ); Fri, 29 Jan 2016 03:21:18 -0500 Message-ID: <1454055675.3369.0.camel@sipsolutions.net> Subject: Re: linux-next: build warning after merge of the mac80211 tree From: Johannes Berg To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 29 Jan 2016 09:21:15 +0100 In-Reply-To: <20160129150601.16f80af5@canb.auug.org.au> References: <20160129150601.16f80af5@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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