From: John Rose <johnrose@austin.ibm.com>

The patch below removes the unused member "pci_io_offset" from struct
pci_controller.  If there are no problems, please apply.

Signed-off-by: John Rose <johnrose@austin.ibm.com>
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-ppc64/pci-bridge.h |    1 -
 1 files changed, 1 deletion(-)

diff -puN include/asm-ppc64/pci-bridge.h~ppc64-struct-pci_controller-cleanup include/asm-ppc64/pci-bridge.h
--- 25/include/asm-ppc64/pci-bridge.h~ppc64-struct-pci_controller-cleanup	Thu Jul 29 14:14:34 2004
+++ 25-akpm/include/asm-ppc64/pci-bridge.h	Thu Jul 29 14:14:34 2004
@@ -47,7 +47,6 @@ struct pci_controller {
 	 * the PCI memory space in the CPU bus space
 	 */
 	unsigned long pci_mem_offset;
-	unsigned long pci_io_offset;
 
 	struct pci_ops *ops;
 	volatile unsigned int *cfg_addr;
_