diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-05-01 21:46:43 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-26 18:29:26 -0400 |
commit | de70b4c87b8f1d484cf533536c0c6ce2e05101cf (patch) | |
tree | fb84c46cb5749d8b765cf6ffd61d87a468ef128a /drivers/net/tokenring/skisa.c | |
parent | 93ad4fb04f5dd82fe8ace1db7617c9dcb954cf60 (diff) |
[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/skisa.c')
-rw-r--r-- | drivers/net/tokenring/skisa.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/tokenring/skisa.c b/drivers/net/tokenring/skisa.c index 3fab54a26466..f26796e2d0e5 100644 --- a/drivers/net/tokenring/skisa.c +++ b/drivers/net/tokenring/skisa.c | |||
@@ -429,14 +429,3 @@ void cleanup_module(void) | |||
429 | } | 429 | } |
430 | #endif /* MODULE */ | 430 | #endif /* MODULE */ |
431 | 431 | ||
432 | |||
433 | /* | ||
434 | * Local variables: | ||
435 | * compile-command: "gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -fomit-frame-pointer -I/usr/src/linux/drivers/net/tokenring/ -c skisa.c" | ||
436 | * alt-compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -fomit-frame-pointer -I/usr/src/linux/drivers/net/tokenring/ -c skisa.c" | ||
437 | * c-set-style "K&R" | ||
438 | * c-indent-level: 8 | ||
439 | * c-basic-offset: 8 | ||
440 | * tab-width: 8 | ||
441 | * End: | ||
442 | */ | ||