diff options
Diffstat (limited to 'drivers/net/yellowfin.c')
-rw-r--r-- | drivers/net/yellowfin.c | 11 |
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 | ||
1425 | module_init(yellowfin_init); | 1425 | module_init(yellowfin_init); |
1426 | module_exit(yellowfin_cleanup); | 1426 | module_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 | */ | ||