Prevent CCAT auto-loading. stable-1.5
authorFlorian Pose <fp@igh-essen.com>
Thu, 25 Feb 2016 15:23:42 +0100
branchstable-1.5
changeset 2640 b11e1014edfe
parent 2639 3bedfc5ecd74
child 2648 0f4b7d799c44
child 2653 291dddb7233e
Prevent CCAT auto-loading.
devices/ccat/module.c
--- a/devices/ccat/module.c	Tue Feb 16 15:18:34 2016 +0100
+++ b/devices/ccat/module.c	Thu Feb 25 15:23:42 2016 +0100
@@ -348,7 +348,8 @@
 	{0,},
 };
 
-MODULE_DEVICE_TABLE(pci, pci_ids);
+/* prevent auto-loading. */
+/* MODULE_DEVICE_TABLE(pci, pci_ids); */
 
 static struct pci_driver ccat_pci_driver = {
 	.name = KBUILD_MODNAME,
@@ -408,7 +409,8 @@
 	{}
 };
 
-MODULE_DEVICE_TABLE(of, bhf_eim_ccat_ids);
+/* prevent auto-loading. */
+/* MODULE_DEVICE_TABLE(of, bhf_eim_ccat_ids); */
 
 static struct platform_driver ccat_eim_driver = {
 	.driver = {