From 33fecd82fa967fb9be7be2184a9dff3354a76c76 Mon Sep 17 00:00:00 2001 From: John Rose Date: Sun, 1 Aug 2004 20:10:10 -0700 Subject: [PATCH] ppc64: struct pci_controller cleanup 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 Signed-off-by: Anton Blanchard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-ppc64/pci-bridge.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/asm-ppc64/pci-bridge.h b/include/asm-ppc64/pci-bridge.h index 08ba3f2b89ba..acb6aff2ada9 100644 --- a/include/asm-ppc64/pci-bridge.h +++ b/include/asm-ppc64/pci-bridge.h @@ -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; -- cgit v1.2.3