summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorSteffen Persvold <sp@numascale.com>2012-03-15 15:20:29 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-02 09:52:52 -0700
commitab153f21e011985dbe056f8780c31d823db8948e (patch)
tree937fb7884d4be9b0cc1fd62ca4c56010c869a594 /fs
parent4177c3642343a0a3ada8a8ee54628daa4b2d065d (diff)
iommu/amd: Fix section warning for prealloc_protection_domains
commit cebd5fa4d3046d5b43ce1836a0120612822a7fb0 upstream. Fix the following section warning in drivers/iommu/amd_iommu.c : WARNING: vmlinux.o(.text+0x526e77): Section mismatch in reference from the function prealloc_protection_domains() to the function .init.text:alloc_passthrough_domain() The function prealloc_protection_domains() references the function __init alloc_passthrough_domain(). This is often because prealloc_protection_domains lacks a __init annotation or the annotation of alloc_passthrough_domain is wrong. Signed-off-by: Steffen Persvold <sp@numascale.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions