public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/net/3c527.c: make a struct static
@ 2005-02-17 14:59 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-02-17 14:59 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-net, linux-kernel

This patch makes a needlessly global struct static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- 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 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-17 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 14:59 [2.6 patch] drivers/net/3c527.c: make a struct 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