removed MODULE_DEVICE_TABLE in ec_8139too driver (no automatic loading).
authorFlorian Pose <fp@igh-essen.com>
Wed, 26 Apr 2006 12:12:57 +0000
changeset 209 fe044345aaec
parent 208 b7797f8a813d
child 210 1cc6bcb1e6ae
removed MODULE_DEVICE_TABLE in ec_8139too driver (no automatic loading).
devices/8139too.c
--- a/devices/8139too.c	Wed Apr 26 10:15:02 2006 +0000
+++ b/devices/8139too.c	Wed Apr 26 12:12:57 2006 +0000
@@ -329,7 +329,12 @@
 
 	{0,}
 };
-MODULE_DEVICE_TABLE (pci, rtl8139_pci_tbl);
+
+/* EtherCAT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
+
+//MODULE_DEVICE_TABLE (pci, rtl8139_pci_tbl);
+
+/* EtherCAT <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
 
 static struct {
 	const char str[ETH_GSTRING_LEN];