diff -r 25da153a74b9 -r 976381a3bd9e devices/ccat/module.c --- 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,