aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn Rose <johnrose@austin.ibm.com>2004-08-01 20:10:10 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-01 20:10:10 -0700
commit33fecd82fa967fb9be7be2184a9dff3354a76c76 (patch)
tree81df20d7489959c527679726ecee5addd2ed66c7 /include
parent148d8f9b93de4ed9dcffd0c62cec21042d73fe3b (diff)
downloadhistory-33fecd82fa967fb9be7be2184a9dff3354a76c76.tar.gz
[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 <johnrose@austin.ibm.com> Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc64/pci-bridge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc64/pci-bridge.h b/include/asm-ppc64/pci-bridge.h
index 08ba3f2b89bae4..acb6aff2ada950 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;