All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/net/tulip/interrupt.c: make a variable static
@ 2005-02-19  8:40 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-02-19  8:40 UTC (permalink / raw)
  To: jgarzik; +Cc: tulip-users, linux-net, linux-kernel

This patch makes a needlessly global variable static.

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

--- linux-2.6.11-rc3-mm2-full/drivers/net/tulip/interrupt.c.old	2005-02-16 18:54:52.000000000 +0100
+++ linux-2.6.11-rc3-mm2-full/drivers/net/tulip/interrupt.c	2005-02-16 18:55:02.000000000 +0100
@@ -26,7 +26,7 @@
 #define MIT_SIZE 15
 #define MIT_TABLE 15 /* We use 0 or max */
 
-unsigned int mit_table[MIT_SIZE+1] =
+static unsigned int mit_table[MIT_SIZE+1] =
 {
         /*  CRS11 21143 hardware Mitigation Control Interrupt
             We use only RX mitigation we other techniques for


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

only message in thread, other threads:[~2005-02-19  8:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-19  8:40 [2.6 patch] drivers/net/tulip/interrupt.c: make a variable 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.