dect
/
linux-2.6
Archived
13
0
Fork 0

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:
stephen hemminger 2012-10-29 08:34:02 +00:00 committed by David S. Miller
parent 6605b730c0
commit b77bc2069d
1 changed files with 1 additions and 1 deletions

View File

@ -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);