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/at1700.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/at1700.c')
-rw-r--r-- | drivers/net/at1700.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c index 2d4b5c31652e..72ea6e378f8d 100644 --- a/drivers/net/at1700.c +++ b/drivers/net/at1700.c | |||
@@ -899,15 +899,3 @@ module_init(at1700_module_init); | |||
899 | module_exit(at1700_module_exit); | 899 | module_exit(at1700_module_exit); |
900 | #endif /* MODULE */ | 900 | #endif /* MODULE */ |
901 | MODULE_LICENSE("GPL"); | 901 | MODULE_LICENSE("GPL"); |
902 | |||
903 | |||
904 | /* | ||
905 | * Local variables: | ||
906 | * compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c at1700.c" | ||
907 | * alt-compile-command: "gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c at1700.c" | ||
908 | * tab-width: 4 | ||
909 | * c-basic-offset: 4 | ||
910 | * c-indent-level: 4 | ||
911 | * End: | ||
912 | */ | ||
913 | |||