intel-iommu: make init_dmars() static
init_dmars() is not used outside of drivers/pci/intel-iommu.c Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
committed by
Joerg Roedel
parent
015ab17dc2
commit
519a054915
@ -1589,7 +1589,7 @@ static inline void iommu_prepare_isa(void)
|
||||
}
|
||||
#endif /* !CONFIG_DMAR_FLPY_WA */
|
||||
|
||||
int __init init_dmars(void)
|
||||
static int __init init_dmars(void)
|
||||
{
|
||||
struct dmar_drhd_unit *drhd;
|
||||
struct dmar_rmrr_unit *rmrr;
|
||||
|
Reference in New Issue
Block a user