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

Commit c7985051 authored by Adrian Bunk's avatar Adrian Bunk Committed by Jeff Garzik
Browse files

[PATCH] make drivers/net/forcedeth.c:nv_update_pause() static



This patch makes the needlessly global nv_update_pause() static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 92aa674d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);