devices/ccat/module.c
branchstable-1.5
changeset 2640 b11e1014edfe
parent 2638 5995331a55fe
child 2684 56587a22d05c
--- 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 = {