[PATCH 1/8] PCI: altera: make msi explicitly non-modular

2016-08-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/host/Kconfig:config PCIE_ALTERA_MSI drivers/pci/host/Kconfig: bool "Altera PCIe MSI feature" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular

[PATCH 1/8] PCI: altera: make msi explicitly non-modular

2016-08-22 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pci/host/Kconfig:config PCIE_ALTERA_MSI drivers/pci/host/Kconfig: bool "Altera PCIe MSI feature" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces of modular