Commit e81ccb78 authored by Joerg Roedel's avatar Joerg Roedel Committed by Greg Kroah-Hartman

x86/amd-iommu: un__init iommu_setup_msi

commit 9f800de3 upstream.

This function may be called on the resume path and can not
be dropped after booting.
Signed-off-by: default avatarJoerg Roedel <joerg.roedel@amd.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 430b6ab7
...@@ -925,7 +925,7 @@ static int __init init_iommu_all(struct acpi_table_header *table) ...@@ -925,7 +925,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; int r;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment