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/acenic.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/acenic.c')
-rw-r--r-- | drivers/net/acenic.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/acenic.c b/drivers/net/acenic.c index 21d24320210a..517fce48d94a 100644 --- a/drivers/net/acenic.c +++ b/drivers/net/acenic.c | |||
@@ -3224,10 +3224,3 @@ static int __devinit read_eeprom_byte(struct net_device *dev, | |||
3224 | ap->name, offset); | 3224 | ap->name, offset); |
3225 | goto out; | 3225 | goto out; |
3226 | } | 3226 | } |
3227 | |||
3228 | |||
3229 | /* | ||
3230 | * Local variables: | ||
3231 | * compile-command: "gcc -D__SMP__ -D__KERNEL__ -DMODULE -I../../include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DMODVERSIONS -include ../../include/linux/modversions.h -c -o acenic.o acenic.c" | ||
3232 | * End: | ||
3233 | */ | ||