[2.6 patch] drivers/net/loopback.c: make a function static
From: Adrian Bunk
Date: Thu Feb 17 2005 - 15:59:58 EST
This patch makes a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
--
--- linux-2.6.11-rc3-mm2-full/drivers/net/loopback.c.old 2005-02-16 16:08:04.000000000 +0100
+++ linux-2.6.11-rc3-mm2-full/drivers/net/loopback.c 2005-02-16 16:08:14.000000000 +0100
@@ -184,7 +184,7 @@
return stats;
}
-u32 loopback_get_link(struct net_device *dev)
+static u32 loopback_get_link(struct net_device *dev)
{
return 1;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html