aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/smctr.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-05-02 03:46:43 +0200
committerJeff Garzik <jgarzik@pobox.com>2005-06-26 18:29:26 -0400
commitde70b4c87b8f1d484cf533536c0c6ce2e05101cf (patch)
treefb84c46cb5749d8b765cf6ffd61d87a468ef128a /drivers/net/tokenring/smctr.c
parent[PATCH] pcnet_cs.c: IRQ handler optimization (diff)
downloadlinux-dev-de70b4c87b8f1d484cf533536c0c6ce2e05101cf.tar.xz
linux-dev-de70b4c87b8f1d484cf533536c0c6ce2e05101cf.zip
[PATCH] drivers/net/tokenring/: cleanups
This patch contains the follwing cleanups: - make needlessly global code static - remove obsolete Emacs settings Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/net/tokenring/smctr.c')
-rw-r--r--drivers/net/tokenring/smctr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tokenring/smctr.c b/drivers/net/tokenring/smctr.c
index 5c8aeacb8318..67d2b596ce22 100644
--- a/drivers/net/tokenring/smctr.c
+++ b/drivers/net/tokenring/smctr.c
@@ -77,7 +77,7 @@ static int ringspeed;
/* SMC Name of the Adapter. */
static char smctr_name[] = "SMC TokenCard";
-char *smctr_model = "Unknown";
+static char *smctr_model = "Unknown";
/* Use 0 for production, 1 for verification, 2 for debug, and
* 3 for very verbose debug.