]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/4xx: Fix build of PCI code on 405
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 5 Aug 2011 05:59:40 +0000 (15:59 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 5 Aug 2011 05:59:40 +0000 (15:59 +1000)
commit883a805d617baca1c01172dc1d35e37829ffed0c
tree0da72ac2721d476c4b004d031f229060ac43171e
parent598c8231ab54cfcc8ea6f52882cefee98b129bd1
powerpc/4xx: Fix build of PCI code on 405

Commit 112d1fe9f7715db423ffeec5ac1beccff6093dc4
"powerpc/4xx: Add check_link to struct ppc4xx_pciex_hwops" inadvertently
broke 405 builds due to some functions being over protected by an
ifdef CONFIG_44x.

Move them back out.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/sysdev/ppc4xx_pci.c