diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-12-04 06:19:52 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 06:19:52 (GMT) |
commit | 9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch) | |
tree | b9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers/net/ni52.c | |
parent | 8865c418caf4e9dd2c24bdfae3a5a4106e143e60 (diff) | |
download | linux-9de6d99a7559d20f7ababd1cacdc61ee5315f3c1.tar.xz |
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/ni52.c')
-rw-r--r-- | drivers/net/ni52.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ni52.c b/drivers/net/ni52.c index 10cfd0f..a8bcc00 100644 --- a/drivers/net/ni52.c +++ b/drivers/net/ni52.c @@ -9,8 +9,6 @@ * [feel free to mail ....] * * when using as module: (no autoprobing!) - * compile with: - * gcc -O2 -fomit-frame-pointer -m486 -D__KERNEL__ -DMODULE -c ni52.c * run with e.g: * insmod ni52.o io=0x360 irq=9 memstart=0xd0000 memend=0xd4000 * @@ -1345,7 +1343,3 @@ void __exit cleanup_module(void) #endif /* MODULE */ MODULE_LICENSE("GPL"); - -/* - * END: linux/drivers/net/ni52.c - */ |