Prevent CCAT auto-loading.
This commit is contained in:
parent
65d0526d2f
commit
fa39f61c52
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue