Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2502
b: refs/heads/master
c: ea7190d
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Jun 22, 2005
1 parent 2a55fb2 commit f992a2e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 109 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c670b1acd0ed0d9f7a27154759a9825cb5012ae4
refs/heads/master: ea7190d0afebbd922eeb13ee6a8148b17964b1b2
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ obj-y += vdso32/ vdso64/

obj-$(CONFIG_PPC_OF) += of_device.o

pci-obj-$(CONFIG_PPC_ISERIES) += iSeries_pci.o iSeries_pci_reset.o
pci-obj-$(CONFIG_PPC_ISERIES) += iSeries_pci.o
pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o

obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y)
Expand Down
104 changes: 0 additions & 104 deletions trunk/arch/ppc64/kernel/iSeries_pci_reset.c

This file was deleted.

3 changes: 0 additions & 3 deletions trunk/include/asm-ppc64/iSeries/iSeries_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ struct iSeries_Device_Node {
int DevFn; /* Linux devfn */
int BarOffset;
int Irq; /* Assigned IRQ */
int ReturnCode; /* Return Code Holder */
int IoRetry; /* Current Retry Count */
int Flags; /* Possible flags(disable/bist)*/
u16 Vendor; /* Vendor ID */
Expand All @@ -107,7 +106,5 @@ struct iSeries_Device_Node {

extern int iSeries_Device_Information(struct pci_dev*, char*, int);
extern void iSeries_Get_Location_Code(struct iSeries_Device_Node*);
extern int iSeries_Device_ToggleReset(struct pci_dev* PciDev,
int AssertTime, int DelayTime);

#endif /* _ISERIES_64_PCI_H */

0 comments on commit f992a2e

Please sign in to comment.