Prevent CCAT auto-loading.
--- a/devices/ccat/module.c Tue Feb 16 15:18:34 2016 +0100
+++ b/devices/ccat/module.c Thu Feb 25 15:23:42 2016 +0100
@@ -348,7 +348,8 @@
{0,},
};
-MODULE_DEVICE_TABLE(pci, pci_ids);
+/* prevent auto-loading. */
+/* MODULE_DEVICE_TABLE(pci, pci_ids); */
static struct pci_driver ccat_pci_driver = {
.name = KBUILD_MODNAME,
@@ -408,7 +409,8 @@
{}
};
-MODULE_DEVICE_TABLE(of, bhf_eim_ccat_ids);
+/* prevent auto-loading. */
+/* MODULE_DEVICE_TABLE(of, bhf_eim_ccat_ids); */
static struct platform_driver ccat_eim_driver = {
.driver = {