From fa39f61c5296ccc10f2345c0f737df1c9eb71603 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 27 Oct 2014 14:19:49 +0100 Subject: [PATCH] Prevent CCAT auto-loading. --- devices/ccat/module.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices/ccat/module.c b/devices/ccat/module.c index 62cabbed..1a25592c 100644 --- a/devices/ccat/module.c +++ b/devices/ccat/module.c @@ -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,