public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
* [PATCH] 85xxCDS: Fix building without PCI.
@ 2007-08-08 22:48 Randy Vinson
  0 siblings, 0 replies; only message in thread
From: Randy Vinson @ 2007-08-08 22:48 UTC (permalink / raw)
  To: Kumar Gala, linuxppc-dev@ozlabs•org

>From 32ad910d7d88e754102f3101b8869c4ca68efb53 Mon Sep 17 00:00:00 2001
From: Randy Vinson <rvinson@mvista•com>
Date: Wed, 8 Aug 2007 15:45:58 -0700
Subject: [PATCH] 85xxCDS: Fix building without PCI.

Signed-off-by: Randy Vinson <rvinson@mvista•com>
---
 arch/powerpc/platforms/85xx/mpc85xx_cds.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/85xx/mpc85xx_cds.c b/arch/powerpc/platforms/85xx/mpc85xx_cds.c
index d7ee380..f5f5d39 100644
--- a/arch/powerpc/platforms/85xx/mpc85xx_cds.c
+++ b/arch/powerpc/platforms/85xx/mpc85xx_cds.c
@@ -335,10 +335,10 @@ define_machine(mpc85xx_cds) {
 	.get_irq	= mpic_get_irq,
 #ifdef CONFIG_PCI
 	.restart	= mpc85xx_cds_restart,
+	.pcibios_fixup_bus	= fsl_pcibios_fixup_bus,
 #else
 	.restart	= mpc85xx_restart,
 #endif
 	.calibrate_decr = generic_calibrate_decr,
 	.progress	= udbg_progress,
-	.pcibios_fixup_bus	= fsl_pcibios_fixup_bus,
 };
-- 
1.5.3.rc2.22.g69a9b

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-08 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-08 22:48 [PATCH] 85xxCDS: Fix building without PCI Randy Vinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox