Re: [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular

2018-11-28 Thread Robin Murphy
On 28/11/2018 15:24, Paul Gortmaker wrote: [Re: [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular] On 28/11/2018 (Wed 12:42) Robin Murphy wrote: Hi Paul, On 26/11/2018 22:31, Paul Gortmaker wrote: [...] We add a moduleparam.h include since the file does actually declare some

Re: [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular

2018-11-28 Thread Paul Gortmaker
[Re: [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular] On 28/11/2018 (Wed 12:42) Robin Murphy wrote: > Hi Paul, > > On 26/11/2018 22:31, Paul Gortmaker wrote: [...] > >We add a moduleparam.h include since the file does actually declare > >some module paramet

Re: [PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular

2018-11-28 Thread Robin Murphy
Hi Paul, On 26/11/2018 22:31, Paul Gortmaker wrote: The Kconfig currently controlling compilation of this code is: drivers/iommu/Kconfig:config ARM_SMMU drivers/iommu/Kconfig: bool "ARM Ltd. System MMU (SMMU) Support" ...meaning that it currently is not being built as a module by anyone.

[PATCH 8/9] iommu: arm-smmu: make it explicitly non-modular

2018-11-26 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/iommu/Kconfig:config ARM_SMMU drivers/iommu/Kconfig: bool "ARM Ltd. System MMU (SMMU) Support" ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially