Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b77bc206 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

ppp: make ppp_get_stats64 static



This was picked up by sparse.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6605b730
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);