diff options
Diffstat (limited to 'drivers/net/3c507.c')
-rw-r--r-- | drivers/net/3c507.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c index b8585ecd1d78..423e65d0ba73 100644 --- a/drivers/net/3c507.c +++ b/drivers/net/3c507.c | |||
@@ -936,14 +936,3 @@ cleanup_module(void) | |||
936 | } | 936 | } |
937 | #endif /* MODULE */ | 937 | #endif /* MODULE */ |
938 | MODULE_LICENSE("GPL"); | 938 | MODULE_LICENSE("GPL"); |
939 | |||
940 | |||
941 | /* | ||
942 | * Local variables: | ||
943 | * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -I/usr/src/linux/drivers/net -Wall -Wstrict-prototypes -O6 -m486 -c 3c507.c" | ||
944 | * version-control: t | ||
945 | * kept-new-versions: 5 | ||
946 | * tab-width: 4 | ||
947 | * c-indent-level: 4 | ||
948 | * End: | ||
949 | */ | ||