patch-2.4.0-test11 linux/drivers/net/stnic.c

Next file: linux/drivers/net/sunhme.c
Previous file: linux/drivers/net/smc9194.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test10/linux/drivers/net/stnic.c linux/drivers/net/stnic.c
@@ -105,9 +105,6 @@
   if (! MACH_SE)
     return -ENODEV;
 
-  if (load_8390_module ("stnic.c"))
-    return -ENOSYS;
-
   /* New style probing API */
   dev = init_etherdev (0, 0);
   stnic_dev = dev;
@@ -313,6 +310,4 @@
 }
 
 module_init(stnic_probe);
-/* No cleanup routine - if there were one, it should do a:
-   unload_8390_module()
-*/
+/* No cleanup routine. */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)