aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-06-21 17:15:47 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-21 18:46:29 -0700
commita2ebaf250fabc5c5644b707dbee44c9e0ec442e9 (patch)
tree3756e4d617cd2466da4b40fc15875cc369314cfc /include
parent[PATCH] ppc64 iSeries: iSeries_pci.h cleanups (diff)
downloadlinux-dev-a2ebaf250fabc5c5644b707dbee44c9e0ec442e9.tar.xz
linux-dev-a2ebaf250fabc5c5644b707dbee44c9e0ec442e9.zip
[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.h1
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 {
HvAgentId AgentId; /* Hypervisor DevFn */
int DevFn; /* Linux devfn */
int Irq; /* Assigned IRQ */
- int IoRetry; /* Current Retry Count */
int Flags; /* Possible flags(disable/bist)*/
u8 LogicalSlot; /* Hv Slot Index for Tces */
struct iommu_table *iommu_table;/* Device TCE Table */