mirror of https://github.com/torvalds/linux.git
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>
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| eeh-ioda.c | ||
| eeh-powernv.c | ||
| opal-nvram.c | ||
| opal-rtc.c | ||
| opal-takeover.S | ||
| opal-wrappers.S | ||
| opal.c | ||
| pci-ioda.c | ||
| pci-p5ioc2.c | ||
| pci.c | ||
| pci.h | ||
| powernv.h | ||
| setup.c | ||
| smp.c | ||