# HG changeset patch # User Florian Pose # Date 1414415989 -3600 # Node ID 976381a3bd9e95574a0a355eddd6f127323ef9c1 # Parent 25da153a74b9734fd2fec5fc4ad2bb8b6a0b4b92 Prevent CCAT auto-loading. 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,