Commit 33fecd82 authored by John Rose's avatar John Rose Committed by Linus Torvalds

[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: default avatarJohn Rose <johnrose@austin.ibm.com>
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 148d8f9b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment