aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ni52.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/ni52.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/ni52.c')
-rw-r--r--drivers/net/ni52.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ni52.c b/drivers/net/ni52.c
index 10cfd0f91fc0..a8bcc00c3302 100644
--- a/drivers/net/ni52.c
+++ b/drivers/net/ni52.c
@@ -9,8 +9,6 @@
9 * [feel free to mail ....] 9 * [feel free to mail ....]
10 * 10 *
11 * when using as module: (no autoprobing!) 11 * when using as module: (no autoprobing!)
12 * compile with:
13 * gcc -O2 -fomit-frame-pointer -m486 -D__KERNEL__ -DMODULE -c ni52.c
14 * run with e.g: 12 * run with e.g:
15 * insmod ni52.o io=0x360 irq=9 memstart=0xd0000 memend=0xd4000 13 * insmod ni52.o io=0x360 irq=9 memstart=0xd0000 memend=0xd4000
16 * 14 *
@@ -1345,7 +1343,3 @@ void __exit cleanup_module(void)
1345#endif /* MODULE */ 1343#endif /* MODULE */
1346 1344
1347MODULE_LICENSE("GPL"); 1345MODULE_LICENSE("GPL");
1348
1349/*
1350 * END: linux/drivers/net/ni52.c
1351 */