[PATCH] c293/pci: remove hook pcibios_fixup_phb

Zhiqiang Hou B48286 at freescale.com
Tue Jul 21 20:10:00 AEST 2015


From: Hou Zhiqiang <B48286 at freescale.com>

The c293pcie board is an endpoint device, and it does't need PM.

Signed-off-by: Hou Zhiqiang <B48286 at freescale.com>
---
 arch/powerpc/platforms/85xx/c293pcie.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/platforms/85xx/c293pcie.c b/arch/powerpc/platforms/85xx/c293pcie.c
index 84476b6..213d5b8 100644
--- a/arch/powerpc/platforms/85xx/c293pcie.c
+++ b/arch/powerpc/platforms/85xx/c293pcie.c
@@ -68,7 +68,6 @@ define_machine(c293_pcie) {
 	.init_IRQ		= c293_pcie_pic_init,
 #ifdef CONFIG_PCI
 	.pcibios_fixup_bus	= fsl_pcibios_fixup_bus,
-	.pcibios_fixup_phb      = fsl_pcibios_fixup_phb,
 #endif
 	.get_irq		= mpic_get_irq,
 	.restart		= fsl_rstcr_restart,
-- 
2.1.0.27.g96db324



More information about the Linuxppc-dev mailing list