[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: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Adrian Bunk and committed by David S. Miller 4c622258 9ef9dc69

+3 -3
+3 -3
arch/sparc64/kernel/pci_sun4v.c
··· 625 /* XXX register error interrupt handlers XXX */ 626 } 627 628 - static unsigned long probe_existing_entries(struct pci_pbm_info *pbm, 629 - struct iommu *iommu) 630 { 631 struct iommu_arena *arena = &iommu->arena; 632 unsigned long i, cnt = 0; ··· 653 return cnt; 654 } 655 656 - static void pci_sun4v_iommu_init(struct pci_pbm_info *pbm) 657 { 658 struct iommu *iommu = pbm->iommu; 659 struct property *prop;
··· 625 /* XXX register error interrupt handlers XXX */ 626 } 627 628 + static unsigned long __init probe_existing_entries(struct pci_pbm_info *pbm, 629 + struct iommu *iommu) 630 { 631 struct iommu_arena *arena = &iommu->arena; 632 unsigned long i, cnt = 0; ··· 653 return cnt; 654 } 655 656 + static void __init pci_sun4v_iommu_init(struct pci_pbm_info *pbm) 657 { 658 struct iommu *iommu = pbm->iommu; 659 struct property *prop;