linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] c293/pci: remove hook pcibios_fixup_phb
@ 2015-07-21 10:10 Zhiqiang Hou
  2015-07-31 10:59 ` Hou Zhiqiang
  0 siblings, 1 reply; 4+ messages in thread
From: Zhiqiang Hou @ 2015-07-21 10:10 UTC (permalink / raw)
  To: galak, linuxppc-dev; +Cc: b21284, b40534, Hou Zhiqiang

From: Hou Zhiqiang <B48286@freescale.com>

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

Signed-off-by: Hou Zhiqiang <B48286@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-10 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 10:10 [PATCH] c293/pci: remove hook pcibios_fixup_phb Zhiqiang Hou
2015-07-31 10:59 ` Hou Zhiqiang
2015-07-31 17:24   ` Scott Wood
2015-08-10  9:49     ` Hou Zhiqiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).