x86: amd_iommu.c: prealloc_protection_domains should be static
[safe/jmp/linux-2.6] / arch / x86 / kernel / amd_iommu.c
index 2e2da71..658e29e 100644 (file)
@@ -1296,7 +1296,7 @@ static int amd_iommu_dma_supported(struct device *dev, u64 mask)
  * we don't need to preallocate the protection domains anymore.
  * For now we have to.
  */
-void prealloc_protection_domains(void)
+static void prealloc_protection_domains(void)
 {
        struct pci_dev *dev = NULL;
        struct dma_ops_domain *dma_dom;