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)
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>

No differences found