aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-06-22 12:03:29 +0200
committerJeff Garzik <jeff@garzik.org>2006-06-22 23:31:06 -0400
commitc7985051dec26dc5ae2562a975a0b37b70621f3f (patch)
tree390de4b741a22c8a18e6ce6203ef25b709d9a8e4 /drivers
parent[PATCH] network driver for Hilscher netx (diff)
downloadlinux-dev-c7985051dec26dc5ae2562a975a0b37b70621f3f.tar.xz
linux-dev-c7985051dec26dc5ae2562a975a0b37b70621f3f.zip
[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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/forcedeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c
index 62b38a4494b8..191383d461d7 100644
--- a/drivers/net/forcedeth.c
+++ b/drivers/net/forcedeth.c
@@ -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);