forked from Minki/linux
ppp: make ppp_get_stats64 static
This was picked up by sparse. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6605b730c0
commit
b77bc2069d
@ -1034,7 +1034,7 @@ ppp_net_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
|
||||
return err;
|
||||
}
|
||||
|
||||
struct rtnl_link_stats64*
|
||||
static struct rtnl_link_stats64*
|
||||
ppp_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *stats64)
|
||||
{
|
||||
struct ppp *ppp = netdev_priv(dev);
|
||||
|
Loading…
Reference in New Issue
Block a user