x86/amd: iommu_set_device_table() must not be __init
authorJan Beulich <JBeulich@suse.com>
Thu, 8 Mar 2012 08:58:13 +0000 (08:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Mar 2012 19:31:41 +0000 (12:31 -0700)
commita5a2f494f9eff644c5369807a472cc6d9722baed
tree71a78d7bbca108ed528a21ef5d28a27be70c6181
parent5df11c989c126568ce9d383ec1898bfeb8548ed4
x86/amd: iommu_set_device_table() must not be __init

commit 6b7f000eb6a0b81d7a809833edb7a457eedf8512 upstream.

This function is called from enable_iommus(), which in turn is used
from amd_iommu_resume().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iommu/amd_iommu_init.c