mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 21:56:09 -04:00
x86/amd-iommu: un__init iommu_setup_msi
commit 9f800de38b upstream.
This function may be called on the resume path and can not
be dropped after booting.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
430b6ab743
commit
e81ccb7803
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user