diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 20:15:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:29 -0400 |
commit | a2ebaf250fabc5c5644b707dbee44c9e0ec442e9 (patch) | |
tree | 3756e4d617cd2466da4b40fc15875cc369314cfc /include | |
parent | aab41dea80b1b00e66533af096f797320be05f13 (diff) |
[PATCH] ppc64 iSeries: remove IoRetry from iSeries_Device_Node
The IoRetry member of iSeries_Devide_Node is really only used locally, so
remove it and replace it with a local variable.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
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/iSeries/iSeries_pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ppc64/iSeries/iSeries_pci.h b/include/asm-ppc64/iSeries/iSeries_pci.h index 5d127cf29bf5..ee0212f18b99 100644 --- a/include/asm-ppc64/iSeries/iSeries_pci.h +++ b/include/asm-ppc64/iSeries/iSeries_pci.h | |||
@@ -79,7 +79,6 @@ struct iSeries_Device_Node { | |||
79 | HvAgentId AgentId; /* Hypervisor DevFn */ | 79 | HvAgentId AgentId; /* Hypervisor DevFn */ |
80 | int DevFn; /* Linux devfn */ | 80 | int DevFn; /* Linux devfn */ |
81 | int Irq; /* Assigned IRQ */ | 81 | int Irq; /* Assigned IRQ */ |
82 | int IoRetry; /* Current Retry Count */ | ||
83 | int Flags; /* Possible flags(disable/bist)*/ | 82 | int Flags; /* Possible flags(disable/bist)*/ |
84 | u8 LogicalSlot; /* Hv Slot Index for Tces */ | 83 | u8 LogicalSlot; /* Hv Slot Index for Tces */ |
85 | struct iommu_table *iommu_table;/* Device TCE Table */ | 84 | struct iommu_table *iommu_table;/* Device TCE Table */ |