[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1504214050.4974.52.camel@kernel.crashing.org>
Date: Fri, 01 Sep 2017 07:14:10 +1000
From: Benjamin Herrenschmidt <benh@...nel.crashing.org>
To: Vernon Mauery <vernon.mauery@...ux.intel.com>,
Samuel Mendoza-Jonas <sam@...dozajonas.com>
Cc: "David S . Miller" <davem@...emloft.net>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
OpenBMC Maillist <openbmc@...ts.ozlabs.org>,
Gavin Shan <gwshan@...ux.vnet.ibm.com>
Subject: Re: [PATCH net-next] net/ncsi: Define {add, kill}_vid callbacks for
!CONFIG_NET_NCSI
On Thu, 2017-08-31 at 08:24 -0700, Vernon Mauery wrote:
> +int ncsi_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid)
> > +{
> > + return -ENOTTY;
> > +}
> > +int ncsi_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid)
> > +{
> > + return -ENOTTY;
> > +}
>
> These should be static functions because they are defined in the header
> file or you will get multiple symbol definitions.
static inline even or you'll get warning about them being unused iirc.
Cheers,
Ben.
Powered by blists - more mailing lists