diff options
Diffstat (limited to 'drivers/net/isa-skeleton.c')
-rw-r--r-- | drivers/net/isa-skeleton.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/isa-skeleton.c b/drivers/net/isa-skeleton.c index 15ebae9b98d4..3126678bdd3c 100644 --- a/drivers/net/isa-skeleton.c +++ b/drivers/net/isa-skeleton.c | |||
@@ -709,15 +709,3 @@ cleanup_module(void) | |||
709 | } | 709 | } |
710 | 710 | ||
711 | #endif /* MODULE */ | 711 | #endif /* MODULE */ |
712 | |||
713 | /* | ||
714 | * Local variables: | ||
715 | * compile-command: | ||
716 | * gcc -D__KERNEL__ -Wall -Wstrict-prototypes -Wwrite-strings | ||
717 | * -Wredundant-decls -O2 -m486 -c skeleton.c | ||
718 | * version-control: t | ||
719 | * kept-new-versions: 5 | ||
720 | * tab-width: 4 | ||
721 | * c-indent-level: 4 | ||
722 | * End: | ||
723 | */ | ||