[2.6 patch] drivers/net/3c527.c: make a struct static

From: Adrian Bunk
Date: Thu Feb 17 2005 - 10:04:40 EST


This patch makes a needlessly global struct static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.11-rc3-mm2-full/drivers/net/3c527.c.old 2005-02-16 15:13:19.000000000 +0100
+++ linux-2.6.11-rc3-mm2-full/drivers/net/3c527.c 2005-02-16 15:13:29.000000000 +0100
@@ -197,7 +197,7 @@
char *name;
};

-const struct mca_adapters_t mc32_adapters[] = {
+static const struct mca_adapters_t mc32_adapters[] = {
{ 0x0041, "3COM EtherLink MC/32" },
{ 0x8EF5, "IBM High Performance Lan Adapter" },
{ 0x0000, NULL }

-
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