diff options
| author | John Rose <johnrose@austin.ibm.com> | 2004-08-01 20:10:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-01 20:10:10 -0700 |
| commit | 33fecd82fa967fb9be7be2184a9dff3354a76c76 (patch) | |
| tree | 81df20d7489959c527679726ecee5addd2ed66c7 /include/asm-ppc64 | |
| parent | 148d8f9b93de4ed9dcffd0c62cec21042d73fe3b (diff) | |
[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/asm-ppc64')
| -rw-r--r-- | include/asm-ppc64/pci-bridge.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
