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/mac89x0.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/mac89x0.c')
-rw-r--r-- | drivers/net/mac89x0.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/mac89x0.c b/drivers/net/mac89x0.c index 2ee477c84b06..380a1a54d530 100644 --- a/drivers/net/mac89x0.c +++ b/drivers/net/mac89x0.c | |||
@@ -625,14 +625,3 @@ cleanup_module(void) | |||
625 | free_netdev(dev_cs89x0); | 625 | free_netdev(dev_cs89x0); |
626 | } | 626 | } |
627 | #endif /* MODULE */ | 627 | #endif /* MODULE */ |
628 | |||
629 | /* | ||
630 | * Local variables: | ||
631 | * compile-command: "m68k-linux-gcc -D__KERNEL__ -I../../include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -ffixed-a2 -DMODULE -DMODVERSIONS -include ../../include/linux/modversions.h -c -o mac89x0.o mac89x0.c" | ||
632 | * version-control: t | ||
633 | * kept-new-versions: 5 | ||
634 | * c-indent-level: 8 | ||
635 | * tab-width: 8 | ||
636 | * End: | ||
637 | * | ||
638 | */ | ||