aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-iommu_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/pci-iommu_table.c')
-rw-r--r--arch/x86/kernel/pci-iommu_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-iommu_table.c b/arch/x86/kernel/pci-iommu_table.c
index 35ccf75696eb..f712dfdf1357 100644
--- a/arch/x86/kernel/pci-iommu_table.c
+++ b/arch/x86/kernel/pci-iommu_table.c
@@ -72,7 +72,7 @@ void __init check_iommu_entries(struct iommu_table_entry *start,
}
}
#else
-inline void check_iommu_entries(struct iommu_table_entry *start,
+void __init check_iommu_entries(struct iommu_table_entry *start,
struct iommu_table_entry *finish)
{
}