Prevent CCAT auto-loading.

This commit is contained in:
Florian Pose 2014-10-27 14:19:49 +01:00
parent 65d0526d2f
commit fa39f61c52
1 changed files with 2 additions and 0 deletions

View File

@ -280,7 +280,9 @@ static const struct pci_device_id pci_ids[] = {
{0,},
};
#if 0 /* prevent auto-loading */
MODULE_DEVICE_TABLE(pci, pci_ids);
#endif
static struct pci_driver pci_driver = {
.name = DRV_NAME,