diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-12-04 01:19:52 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 01:19:52 -0500 |
commit | 9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch) | |
tree | b9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers/net/ni5010.c | |
parent | 8865c418caf4e9dd2c24bdfae3a5a4106e143e60 (diff) |
netdev: remove pathetic compile-command lines
-m486, -O6 are partircularly amusing.
Remove some other useless lines near as well.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ni5010.c')
-rw-r--r-- | drivers/net/ni5010.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/ni5010.c b/drivers/net/ni5010.c index 0cf6addbe40f..539e18ab485c 100644 --- a/drivers/net/ni5010.c +++ b/drivers/net/ni5010.c | |||
@@ -766,12 +766,3 @@ module_init(ni5010_init_module); | |||
766 | module_exit(ni5010_cleanup_module); | 766 | module_exit(ni5010_cleanup_module); |
767 | #endif /* MODULE */ | 767 | #endif /* MODULE */ |
768 | MODULE_LICENSE("GPL"); | 768 | MODULE_LICENSE("GPL"); |
769 | |||
770 | /* | ||
771 | * Local variables: | ||
772 | * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c ni5010.c" | ||
773 | * version-control: t | ||
774 | * kept-new-versions: 5 | ||
775 | * tab-width: 4 | ||
776 | * End: | ||
777 | */ | ||