aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/yellowfin.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-12-04 01:19:52 -0500
committerDavid S. Miller <davem@davemloft.net>2008-12-04 01:19:52 -0500
commit9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch)
treeb9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers/net/yellowfin.c
parent8865c418caf4e9dd2c24bdfae3a5a4106e143e60 (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/yellowfin.c')
-rw-r--r--drivers/net/yellowfin.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/yellowfin.c b/drivers/net/yellowfin.c
index f806e6361a3c..cf9712922778 100644
--- a/drivers/net/yellowfin.c
+++ b/drivers/net/yellowfin.c
@@ -1424,14 +1424,3 @@ static void __exit yellowfin_cleanup (void)
1424 1424
1425module_init(yellowfin_init); 1425module_init(yellowfin_init);
1426module_exit(yellowfin_cleanup); 1426module_exit(yellowfin_cleanup);
1427
1428/*
1429 * Local variables:
1430 * compile-command: "gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c yellowfin.c"
1431 * compile-command-alphaLX: "gcc -DMODULE -Wall -Wstrict-prototypes -O2 -c yellowfin.c -fomit-frame-pointer -fno-strength-reduce -mno-fp-regs -Wa,-m21164a -DBWX_USABLE -DBWIO_ENABLED"
1432 * simple-compile-command: "gcc -DMODULE -O6 -c yellowfin.c"
1433 * c-indent-level: 4
1434 * c-basic-offset: 4
1435 * tab-width: 4
1436 * End:
1437 */