diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-12-04 01:19:52 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 01:19:52 -0500 |
commit | 9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch) | |
tree | b9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers/net/ni65.c | |
parent | 8865c418caf4e9dd2c24bdfae3a5a4106e143e60 (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/ni65.c')
-rw-r--r-- | drivers/net/ni65.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/ni65.c b/drivers/net/ni65.c index 1142c770eab9..254057275e0e 100644 --- a/drivers/net/ni65.c +++ b/drivers/net/ni65.c | |||
@@ -7,8 +7,6 @@ | |||
7 | * EtherBlaster. (probably it also works with every full NE2100 | 7 | * EtherBlaster. (probably it also works with every full NE2100 |
8 | * compatible card) | 8 | * compatible card) |
9 | * | 9 | * |
10 | * To compile as module, type: | ||
11 | * gcc -O2 -fomit-frame-pointer -m486 -D__KERNEL__ -DMODULE -c ni65.c | ||
12 | * driver probes: io: 0x360,0x300,0x320,0x340 / dma: 3,5,6,7 | 10 | * driver probes: io: 0x360,0x300,0x320,0x340 / dma: 3,5,6,7 |
13 | * | 11 | * |
14 | * This is an extension to the Linux operating system, and is covered by the | 12 | * This is an extension to the Linux operating system, and is covered by the |
@@ -1265,7 +1263,3 @@ void __exit cleanup_module(void) | |||
1265 | #endif /* MODULE */ | 1263 | #endif /* MODULE */ |
1266 | 1264 | ||
1267 | MODULE_LICENSE("GPL"); | 1265 | MODULE_LICENSE("GPL"); |
1268 | |||
1269 | /* | ||
1270 | * END of ni65.c | ||
1271 | */ | ||