linux/drivers/pci/host
Sachin Kamat 17d7acc8e1 PCI: exynos: Fix add_pcie_port() section mismatch warning
add_pcie_port() is called only from exynos_pcie_probe(), which is annotated
with __init.  Thus it makes sense to annotate add_pcie_port() with __init
to avoid the following section mismatch warning:

  WARNING: drivers/pci/built-in.o(.text.unlikely+0xf8): Section mismatch in reference from the function add_pcie_port() to the function .init.text:dw_pcie_host_init()
    The function add_pcie_port() references
    the function __init dw_pcie_host_init().
    This is often because add_pcie_port lacks a __init
    annotation or the annotation of dw_pcie_host_init is wrong.

[bhelgaas: changelog]
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
2014-05-29 16:16:07 -06:00
..
Kconfig PCI: rcar: Make the Kconfig dependencies more generic 2014-02-26 13:54:18 -07:00
Makefile Merge branch 'pci/host-rcar' into next 2013-10-31 13:58:49 -06:00
pci-exynos.c PCI: exynos: Fix add_pcie_port() section mismatch warning 2014-05-29 16:16:07 -06:00
pci-imx6.c PCI: imx6: Wait for retraining 2014-02-19 14:54:45 -07:00
pci-mvebu.c PCI: mvebu: Call request_resource() on the apertures 2014-02-18 13:35:20 -07:00
pci-rcar-gen2.c PCI: rcar: Break out window size handling 2014-02-18 13:20:21 -07:00
pci-tegra.c ARM: SoC cleanups for 3.14 2014-01-23 18:36:55 -08:00
pcie-designware.c PCI changes for the v3.15 merge window: 2014-04-01 15:14:04 -07:00
pcie-designware.h PCI: designware: Add dw_pcie prefix before cfg_read/write 2013-12-20 09:18:31 -07:00