diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 17:15:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 18:46:29 -0700 |
commit | a2ebaf250fabc5c5644b707dbee44c9e0ec442e9 (patch) | |
tree | 3756e4d617cd2466da4b40fc15875cc369314cfc /include | |
parent | aab41dea80b1b00e66533af096f797320be05f13 (diff) | |
download | kernel_samsung_smdk4412-a2ebaf250fabc5c5644b707dbee44c9e0ec442e9.zip kernel_samsung_smdk4412-a2ebaf250fabc5c5644b707dbee44c9e0ec442e9.tar.gz kernel_samsung_smdk4412-a2ebaf250fabc5c5644b707dbee44c9e0ec442e9.tar.bz2 |
[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 5d127cf..ee0212f 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 */ |