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

Commit 4c622258 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[SPARC64] pci_sun4v.c: Section fixes.



WARNING: vmlinux.o(.text+0x39be4): Section mismatch in reference from the function probe_existing_entries() to the function .init.text:page_in_phys_avail()

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9ef9dc69
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ static void __init pci_sun4v_scan_bus(struct pci_pbm_info *pbm)
	/* XXX register error interrupt handlers XXX */
}

static unsigned long probe_existing_entries(struct pci_pbm_info *pbm,
static unsigned long __init probe_existing_entries(struct pci_pbm_info *pbm,
						   struct iommu *iommu)
{
	struct iommu_arena *arena = &iommu->arena;
@@ -653,7 +653,7 @@ static unsigned long probe_existing_entries(struct pci_pbm_info *pbm,
	return cnt;
}

static void pci_sun4v_iommu_init(struct pci_pbm_info *pbm)
static void __init pci_sun4v_iommu_init(struct pci_pbm_info *pbm)
{
	struct iommu *iommu = pbm->iommu;
	struct property *prop;