diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-14 02:49:58 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-14 02:49:58 -0400 |
commit | 20f48ccfa015d8b8391bbf07fc27618453f44969 (patch) | |
tree | 0a38839fb3c8899fe1eb3026a29daaabec65babc /include/asm-ppc64/pci-bridge.h | |
parent | bffa8fc3835b0d3c4a59af8aceeea3aba823b032 (diff) |
powerpc: eliminate DsaAddr from pci_dn
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/asm-ppc64/pci-bridge.h')
-rw-r--r-- | include/asm-ppc64/pci-bridge.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-ppc64/pci-bridge.h b/include/asm-ppc64/pci-bridge.h index 01bffca61f89..0474bdbf556c 100644 --- a/include/asm-ppc64/pci-bridge.h +++ b/include/asm-ppc64/pci-bridge.h | |||
@@ -77,9 +77,6 @@ struct pci_dn { | |||
77 | struct device_node *node; /* back-pointer to the device_node */ | 77 | struct device_node *node; /* back-pointer to the device_node */ |
78 | #ifdef CONFIG_PPC_ISERIES | 78 | #ifdef CONFIG_PPC_ISERIES |
79 | struct list_head Device_List; | 79 | struct list_head Device_List; |
80 | union HvDsaMap DsaAddr; /* Direct Select Address */ | ||
81 | /* busNumber, subBusNumber, */ | ||
82 | /* deviceId, barNumber */ | ||
83 | int Irq; /* Assigned IRQ */ | 80 | int Irq; /* Assigned IRQ */ |
84 | int Flags; /* Possible flags(disable/bist)*/ | 81 | int Flags; /* Possible flags(disable/bist)*/ |
85 | u8 LogicalSlot; /* Hv Slot Index for Tces */ | 82 | u8 LogicalSlot; /* Hv Slot Index for Tces */ |