devices/ccat/module.c
branchstable-1.5
changeset 2564 976381a3bd9e
parent 2553 b0c2762a1a83
child 2579 273d15e0f301
--- a/devices/ccat/module.c	Mon Oct 27 14:15:25 2014 +0100
+++ b/devices/ccat/module.c	Mon Oct 27 14:19:49 2014 +0100
@@ -280,7 +280,9 @@
 	{0,},
 };
 
+#if 0 /* prevent auto-loading */
 MODULE_DEVICE_TABLE(pci, pci_ids);
+#endif
 
 static struct pci_driver pci_driver = {
 	.name = DRV_NAME,