[PATCH] make drivers/net/forcedeth.c:nv_update_pause() static
authorAdrian Bunk <bunk@stusta.de>
Thu, 22 Jun 2006 10:03:29 +0000 (12:03 +0200)
committerJeff Garzik <jeff@garzik.org>
Fri, 23 Jun 2006 03:31:06 +0000 (23:31 -0400)
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>
drivers/net/forcedeth.c

index 62b38a4..191383d 100644 (file)
@@ -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);