diff options
Diffstat (limited to 'arch/x86/kernel/amd_iommu.c')
-rw-r--r-- | arch/x86/kernel/amd_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu.c b/arch/x86/kernel/amd_iommu.c index 0c504b207bf9..881c68ffdf2e 100644 --- a/arch/x86/kernel/amd_iommu.c +++ b/arch/x86/kernel/amd_iommu.c | |||
@@ -1622,7 +1622,7 @@ static int amd_iommu_dma_supported(struct device *dev, u64 mask) | |||
1622 | * we don't need to preallocate the protection domains anymore. | 1622 | * we don't need to preallocate the protection domains anymore. |
1623 | * For now we have to. | 1623 | * For now we have to. |
1624 | */ | 1624 | */ |
1625 | void prealloc_protection_domains(void) | 1625 | static void prealloc_protection_domains(void) |
1626 | { | 1626 | { |
1627 | struct pci_dev *dev = NULL; | 1627 | struct pci_dev *dev = NULL; |
1628 | struct dma_ops_domain *dma_dom; | 1628 | struct dma_ops_domain *dma_dom; |