]> www.infradead.org Git - users/dwmw2/linux.git/commit
iommu/amd: Move iommu_init_pci() to .init section
authorJoerg Roedel <jroedel@suse.de>
Fri, 5 Oct 2018 10:32:46 +0000 (12:32 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2019 08:50:25 +0000 (10:50 +0200)
commit37bc6f45e8dcec51eb162da618b96fc96b291f26
tree62b3890b6c2e81bf4837a3124d46a073f245f308
parentd6879992d0754245473a044734cc7bb9caacb7e1
iommu/amd: Move iommu_init_pci() to .init section

commit 24d2c521749d8547765b555b7a85cca179bb2275 upstream.

The function is only called from another __init function, so
it should be moved to .init too.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iommu/amd_iommu_init.c