diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 20:15:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:29 -0400 |
commit | ea7190d0afebbd922eeb13ee6a8148b17964b1b2 (patch) | |
tree | 7d0a25c306f9f70b4347fc0e37c7fd759d35dc1f /include/asm-ppc64/iSeries | |
parent | c670b1acd0ed0d9f7a27154759a9825cb5012ae4 (diff) |
[PATCH] ppc64 iSeries: remove iSeries_pci_reset.c
The file arch/ppc64/kernel/iSeries_pci_reset contains only one function that
is not use anywhere (any more). Remove it. This function is the only user of
the ReturnCode member of iSeries_Device_Node, so remove that as well.
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/iSeries')
-rw-r--r-- | include/asm-ppc64/iSeries/iSeries_pci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-ppc64/iSeries/iSeries_pci.h b/include/asm-ppc64/iSeries/iSeries_pci.h index f45cd8a2e7be..4313a6684023 100644 --- a/include/asm-ppc64/iSeries/iSeries_pci.h +++ b/include/asm-ppc64/iSeries/iSeries_pci.h | |||
@@ -92,7 +92,6 @@ struct iSeries_Device_Node { | |||
92 | int DevFn; /* Linux devfn */ | 92 | int DevFn; /* Linux devfn */ |
93 | int BarOffset; | 93 | int BarOffset; |
94 | int Irq; /* Assigned IRQ */ | 94 | int Irq; /* Assigned IRQ */ |
95 | int ReturnCode; /* Return Code Holder */ | ||
96 | int IoRetry; /* Current Retry Count */ | 95 | int IoRetry; /* Current Retry Count */ |
97 | int Flags; /* Possible flags(disable/bist)*/ | 96 | int Flags; /* Possible flags(disable/bist)*/ |
98 | u16 Vendor; /* Vendor ID */ | 97 | u16 Vendor; /* Vendor ID */ |
@@ -107,7 +106,5 @@ struct iSeries_Device_Node { | |||
107 | 106 | ||
108 | extern int iSeries_Device_Information(struct pci_dev*, char*, int); | 107 | extern int iSeries_Device_Information(struct pci_dev*, char*, int); |
109 | extern void iSeries_Get_Location_Code(struct iSeries_Device_Node*); | 108 | extern void iSeries_Get_Location_Code(struct iSeries_Device_Node*); |
110 | extern int iSeries_Device_ToggleReset(struct pci_dev* PciDev, | ||
111 | int AssertTime, int DelayTime); | ||
112 | 109 | ||
113 | #endif /* _ISERIES_64_PCI_H */ | 110 | #endif /* _ISERIES_64_PCI_H */ |