Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24d2c521 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

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: default avatarJoerg Roedel <jroedel@suse.de>
parent 17b57b18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1709,7 +1709,7 @@ static const struct attribute_group *amd_iommu_groups[] = {
	NULL,
};

static int iommu_init_pci(struct amd_iommu *iommu)
static int __init iommu_init_pci(struct amd_iommu *iommu)
{
	int cap_ptr = iommu->cap_ptr;
	u32 range, misc, low, high;