From 2f069699dd25c3bbb69e4f2f3c24f9a08d9f4a2e Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Wed, 26 Apr 2006 12:12:57 +0000
Subject: [PATCH] removed MODULE_DEVICE_TABLE in ec_8139too driver (no
 automatic loading).

---
 devices/8139too.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/devices/8139too.c b/devices/8139too.c
index 9984b48a..61eb8661 100644
--- a/devices/8139too.c
+++ b/devices/8139too.c
@@ -329,7 +329,12 @@ static struct pci_device_id rtl8139_pci_tbl[] = {
 
 	{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];
-- 
GitLab