diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-22 02:15:47 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 03:46:29 +0200 |
commit | a2ebaf250fabc5c5644b707dbee44c9e0ec442e9 (patch) | |
tree | 3756e4d617cd2466da4b40fc15875cc369314cfc /include/asm-ppc64 | |
parent | [PATCH] ppc64 iSeries: iSeries_pci.h cleanups (diff) | |
download | linux-a2ebaf250fabc5c5644b707dbee44c9e0ec442e9.tar.xz linux-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/asm-ppc64')
-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 { 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 */ |