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)
committerJoerg Roedel <jroedel@suse.de>
Fri, 5 Oct 2018 10:32:46 +0000 (12:32 +0200)
commit24d2c521749d8547765b555b7a85cca179bb2275
treeff509add48658c74378c3b8860b6aaf21127bdd2
parent17b57b1883c1285f3d0dc2266e8f79286a7bef38
iommu/amd: Move iommu_init_pci() to .init section

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>
drivers/iommu/amd_iommu_init.c