linux/arch/powerpc/platforms/powernv
Bjorn Helgaas 679750054a 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 <bhelgaas@google.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2013-07-24 14:42:27 +10:00
..
Kconfig powerpc/powernv: Build a zImage.epapr 2013-05-24 18:13:46 +10:00
Makefile powerpc/eeh: PowerNV EEH backends 2013-06-20 17:06:43 +10:00
eeh-ioda.c powerpc/eeh: Refactor the output message 2013-07-01 11:10:33 +10:00
eeh-powernv.c powerpc/eeh: Introdce flag to protect sysfs 2013-07-24 14:18:49 +10:00
opal-nvram.c powerpc/powernv: Add RTC and NVRAM support plus RTAS fallbacks 2011-09-20 16:09:57 +10:00
opal-rtc.c powerpc/powernv: Add RTC and NVRAM support plus RTAS fallbacks 2011-09-20 16:09:57 +10:00
opal-takeover.S powerpc: Merge STK_REG/PARAM/FRAMESIZE 2012-07-10 19:18:03 +10:00
opal-wrappers.S powerpc/eeh: Sync OPAL API with firmware 2013-06-20 17:06:17 +10:00
opal.c powernv/opal: Notifier for OPAL events 2013-06-21 16:01:50 +10:00
pci-ioda.c powerpc/powernv: Mark pnv_pci_init_ioda2_phb() as __init 2013-07-24 14:42:27 +10:00
pci-p5ioc2.c powerpc/eeh: Initialization for PowerNV 2013-06-20 17:06:47 +10:00
pci.c powerpc/powernv: Use dev-node in PCI config accessors 2013-07-01 11:10:33 +10:00
pci.h powerpc/powernv: Use dev-node in PCI config accessors 2013-07-01 11:10:33 +10:00
powernv.h powerpc/powernv: Improve kexec reliability 2013-05-10 16:59:18 +10:00
setup.c powernv/opal: Disable OPAL notifier upon poweroff 2013-06-21 16:01:51 +10:00
smp.c powerpc: Delete __cpuinit usage from all users 2013-07-01 11:10:36 +10:00