projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
123bf0e
)
x86/amd-iommu: un__init iommu_setup_msi
author
Joerg Roedel
<joerg.roedel@amd.com>
Mon, 23 Nov 2009 11:45:25 +0000
(12:45 +0100)
committer
Joerg 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/amd_iommu_init.c
b/arch/x86/kernel/amd_iommu_init.c
index 0d4581e602a42858ee23a384d305ecf6a54cb375..72bdbdac9b48f3e965778bf85c48c1991997f59e 100644
(file)
--- 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;