x86/amd-iommu: un__init iommu_setup_msi
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 23 Nov 2009 11:45:25 +0000 (12:45 +0100)
committerJoerg Roedel <joerg.roedel@amd.com>
Mon, 23 Nov 2009 11:45:25 +0000 (12:45 +0100)
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>
arch/x86/kernel/amd_iommu_init.c

index 0d4581e..72bdbda 100644 (file)
@@ -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;