# HG changeset patch # User Florian Pose # Date 1146053577 0 # Node ID fe044345aaec869bfccafc1115a1ea8e3d9e9eff # Parent b7797f8a813db54ac9a9f73c2b1326d1fc421b04 removed MODULE_DEVICE_TABLE in ec_8139too driver (no automatic loading). diff -r b7797f8a813d -r fe044345aaec 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];