* [2.6 patch] make drivers/net/forcedeth.c:nv_update_pause() static
@ 2006-06-22 10:03 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-06-22 10:03 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>
---
This patch was already sent on:
- 16 May 2006
--- 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-06-22 10:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22 10:03 [2.6 patch] make drivers/net/forcedeth.c:nv_update_pause() static Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).