]> Pileus Git - ~andy/linux/commit
powerpc/sysdev: Fix a pci section mismatch for Book E
authorChristian Engelmayer <cengelma@gmx.at>
Sun, 15 Dec 2013 18:39:26 +0000 (19:39 +0100)
committerScott Wood <scottwood@freescale.com>
Wed, 8 Jan 2014 01:23:31 +0000 (19:23 -0600)
commit1e83bf875e1eb14f99b3ce1cb5580a09f18ac8af
tree4227c2d4f4152c78911e0439777c8db35d18976a
parent8b52312880ecbc5beb40b313600f2903c16a59ed
powerpc/sysdev: Fix a pci section mismatch for Book E

Moved the following functions out of the __init section:

   arch/powerpc/sysdev/fsl_pci.c      : fsl_add_bridge()
   arch/powerpc/sysdev/indirect_pci.c : setup_indirect_pci()

Those are referenced by arch/powerpc/sysdev/fsl_pci.c : fsl_pci_probe() when
compiling for Book E support.

Signed-off-by: Christian Engelmayer <cengelma@gmx.at>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/sysdev/fsl_pci.c
arch/powerpc/sysdev/indirect_pci.c