* [-mm patch] make drivers/net/forcedeth.c:nv_update_pause() static
@ 2006-05-16 12:16 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-05-16 12:16 UTC (permalink / raw)
To: Ayaz Abdulla; +Cc: Manfred Spraul, linux-kernel, jgarzik, netdev
This patch makes the needlessly global nv_update_pause() static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.17-rc4-mm1-full/drivers/net/forcedeth.c.old 2006-05-16 13:03:01.000000000 +0200
+++ linux-2.6.17-rc4-mm1-full/drivers/net/forcedeth.c 2006-05-16 13:03:08.000000000 +0200
@@ -2221,7 +2221,7 @@
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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-16 12:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 12:16 [-mm patch] make drivers/net/forcedeth.c:nv_update_pause() static Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.