diff options
Diffstat (limited to 'drivers/net/3c515.c')
-rw-r--r-- | drivers/net/3c515.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/3c515.c b/drivers/net/3c515.c index 7f995008a45c..39ac12233aa7 100644 --- a/drivers/net/3c515.c +++ b/drivers/net/3c515.c | |||
@@ -1577,11 +1577,3 @@ void cleanup_module(void) | |||
1577 | } | 1577 | } |
1578 | } | 1578 | } |
1579 | #endif /* MODULE */ | 1579 | #endif /* MODULE */ |
1580 | |||
1581 | /* | ||
1582 | * Local variables: | ||
1583 | * compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c 3c515.c" | ||
1584 | * c-indent-level: 4 | ||
1585 | * tab-width: 4 | ||
1586 | * End: | ||
1587 | */ | ||