[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>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user