[PATCH] make drivers/net/forcedeth.c:nv_update_pause() static
This patch makes the needlessly global nv_update_pause() static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
92aa674d72
commit
c7985051de
1 changed files with 1 additions and 1 deletions
|
@ -2076,7 +2076,7 @@ static void nv_set_multicast(struct net_device *dev)
|
|||
spin_unlock_irq(&np->lock);
|
||||
}
|
||||
|
||||
void nv_update_pause(struct net_device *dev, u32 pause_flags)
|
||||
static void nv_update_pause(struct net_device *dev, u32 pause_flags)
|
||||
{
|
||||
struct fe_priv *np = netdev_priv(dev);
|
||||
u8 __iomem *base = get_hwbase(dev);
|
||||
|
|
Loading…
Reference in a new issue