aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/defxx.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/defxx.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/defxx.c')
-rw-r--r--drivers/net/defxx.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/defxx.c b/drivers/net/defxx.c
index a430e3736c12..6445cedd5868 100644
--- a/drivers/net/defxx.c
+++ b/drivers/net/defxx.c
@@ -3743,10 +3743,3 @@ MODULE_AUTHOR("Lawrence V. Stefani");
3743MODULE_DESCRIPTION("DEC FDDIcontroller TC/EISA/PCI (DEFTA/DEFEA/DEFPA) driver " 3743MODULE_DESCRIPTION("DEC FDDIcontroller TC/EISA/PCI (DEFTA/DEFEA/DEFPA) driver "
3744 DRV_VERSION " " DRV_RELDATE); 3744 DRV_VERSION " " DRV_RELDATE);
3745MODULE_LICENSE("GPL"); 3745MODULE_LICENSE("GPL");
3746
3747
3748/*
3749 * Local variables:
3750 * kernel-compile-command: "gcc -D__KERNEL__ -I/root/linux/include -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -c defxx.c"
3751 * End:
3752 */