X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fnet%2Fni65.c;h=254057275e0e32eccb17bd1c26cad8b5754e125a;hb=671434904633876f89be70af415c35c89fb90115;hp=1142c770eab9183a24fa22d592c4f9ea9f355b53;hpb=5b9ab2ec04ec1e1e53939768805612ac191d7ba2;p=mv-sheeva.git diff --git a/drivers/net/ni65.c b/drivers/net/ni65.c index 1142c770eab..254057275e0 100644 --- a/drivers/net/ni65.c +++ b/drivers/net/ni65.c @@ -7,8 +7,6 @@ * EtherBlaster. (probably it also works with every full NE2100 * compatible card) * - * To compile as module, type: - * gcc -O2 -fomit-frame-pointer -m486 -D__KERNEL__ -DMODULE -c ni65.c * driver probes: io: 0x360,0x300,0x320,0x340 / dma: 3,5,6,7 * * This is an extension to the Linux operating system, and is covered by the @@ -1265,7 +1263,3 @@ void __exit cleanup_module(void) #endif /* MODULE */ MODULE_LICENSE("GPL"); - -/* - * END of ni65.c - */