diff options
Diffstat (limited to 'drivers/net/hp100.c')
-rw-r--r-- | drivers/net/hp100.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c index 4dda9b043b13..1f86240bc0f8 100644 --- a/drivers/net/hp100.c +++ b/drivers/net/hp100.c | |||
@@ -3054,12 +3054,3 @@ static void __exit hp100_module_exit(void) | |||
3054 | 3054 | ||
3055 | module_init(hp100_module_init) | 3055 | module_init(hp100_module_init) |
3056 | module_exit(hp100_module_exit) | 3056 | module_exit(hp100_module_exit) |
3057 | |||
3058 | |||
3059 | /* | ||
3060 | * Local variables: | ||
3061 | * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c hp100.c" | ||
3062 | * c-indent-level: 2 | ||
3063 | * tab-width: 8 | ||
3064 | * End: | ||
3065 | */ | ||