From: Bjorn Helgaas Date: Tue, 2 Jul 2013 18:20:03 +0000 (-0600) Subject: powerpc/powernv: Mark pnv_pci_init_ioda2_phb() as __init X-Git-Tag: v3.11-rc3~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679750054ae8129a536734bccf526ff6da35376a;p=pandora-kernel.git powerpc/powernv: Mark pnv_pci_init_ioda2_phb() as __init Mark pnv_pci_init_ioda2_phb() as __init. It is called only from an init function (pnv_pci_init()), and it calls an init function (pnv_pci_init_ioda_phb()): pnv_pci_init # init pnv_pci_init_ioda2_phb # non-init pnv_pci_init_ioda_phb # init This should fix a section mismatch warning. Signed-off-by: Bjorn Helgaas Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed