]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ppc64: struct pci_controller cleanup
authorJohn Rose <johnrose@austin.ibm.com>
Mon, 2 Aug 2004 03:10:10 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 Aug 2004 03:10:10 +0000 (20:10 -0700)
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>
include/asm-ppc64/pci-bridge.h

index 08ba3f2b89bae413aacea7ab774e41b051c02c17..acb6aff2ada9505e916c89ddbd2d52c97f9ca747 100644 (file)
@@ -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;