aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu_init.c
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2009-11-23 12:45:25 +0100
committerJoerg Roedel <joerg.roedel@amd.com>2009-11-23 12:45:25 +0100
commit9f800de38b05d84809e89f16671d636a140eede7 (patch)
tree2a1e90c2010877892d903083f9d0df5dd8fa1329 /arch/x86/kernel/amd_iommu_init.c
parentx86: gart: Clean up the code a bit (diff)
downloadlinux-dev-9f800de38b05d84809e89f16671d636a140eede7.tar.xz
linux-dev-9f800de38b05d84809e89f16671d636a140eede7.zip
x86/amd-iommu: un__init iommu_setup_msi
This function may be called on the resume path and can not be dropped after booting. Cc: stable@kernel.org Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to '')
-rw-r--r--arch/x86/kernel/amd_iommu_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/amd_iommu_init.c b/arch/x86/kernel/amd_iommu_init.c
index 0d4581e602a4..72bdbdac9b48 100644
--- a/arch/x86/kernel/amd_iommu_init.c
+++ b/arch/x86/kernel/amd_iommu_init.c
@@ -926,7 +926,7 @@ static int __init init_iommu_all(struct acpi_table_header *table)
*
****************************************************************************/
-static int __init iommu_setup_msi(struct amd_iommu *iommu)
+static int iommu_setup_msi(struct amd_iommu *iommu)
{
int r;