aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/3c507.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-12-03 22:19:52 -0800
committerDavid S. Miller <davem@davemloft.net>2008-12-03 22:19:52 -0800
commit9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch)
treeb9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers/net/3c507.c
parentatm: 32-bit ioctl compatibility (diff)
downloadlinux-dev-9de6d99a7559d20f7ababd1cacdc61ee5315f3c1.tar.xz
linux-dev-9de6d99a7559d20f7ababd1cacdc61ee5315f3c1.zip
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/3c507.c')
-rw-r--r--drivers/net/3c507.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c
index b8585ecd1d78..423e65d0ba73 100644
--- a/drivers/net/3c507.c
+++ b/drivers/net/3c507.c
@@ -936,14 +936,3 @@ cleanup_module(void)
}
#endif /* MODULE */
MODULE_LICENSE("GPL");
-
-
-/*
- * Local variables:
- * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -I/usr/src/linux/drivers/net -Wall -Wstrict-prototypes -O6 -m486 -c 3c507.c"
- * version-control: t
- * kept-new-versions: 5
- * tab-width: 4
- * c-indent-level: 4
- * End:
- */