diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc64/iSeries/iSeries_pci.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/asm-ppc64/iSeries/iSeries_pci.h b/include/asm-ppc64/iSeries/iSeries_pci.h index ee0212f18b99..575f611f8b33 100644 --- a/include/asm-ppc64/iSeries/iSeries_pci.h +++ b/include/asm-ppc64/iSeries/iSeries_pci.h | |||
@@ -76,19 +76,13 @@ struct iSeries_Device_Node { | |||
76 | union HvDsaMap DsaAddr; /* Direct Select Address */ | 76 | union HvDsaMap DsaAddr; /* Direct Select Address */ |
77 | /* busNumber, subBusNumber, */ | 77 | /* busNumber, subBusNumber, */ |
78 | /* deviceId, barNumber */ | 78 | /* deviceId, barNumber */ |
79 | HvAgentId AgentId; /* Hypervisor DevFn */ | ||
80 | int DevFn; /* Linux devfn */ | 79 | int DevFn; /* Linux devfn */ |
81 | int Irq; /* Assigned IRQ */ | 80 | int Irq; /* Assigned IRQ */ |
82 | int Flags; /* Possible flags(disable/bist)*/ | 81 | int Flags; /* Possible flags(disable/bist)*/ |
83 | u8 LogicalSlot; /* Hv Slot Index for Tces */ | 82 | u8 LogicalSlot; /* Hv Slot Index for Tces */ |
84 | struct iommu_table *iommu_table;/* Device TCE Table */ | 83 | struct iommu_table *iommu_table;/* Device TCE Table */ |
85 | u8 PhbId; /* Phb Card is on. */ | ||
86 | u8 FrameId; /* iSeries spcn Frame Id */ | ||
87 | char CardLocation[4];/* Char format of planar vpd */ | ||
88 | char Location[20]; /* Frame 1, Card C10 */ | ||
89 | }; | 84 | }; |
90 | 85 | ||
91 | extern int iSeries_Device_Information(struct pci_dev*, char*, int); | 86 | extern void iSeries_Device_Information(struct pci_dev*, int); |
92 | extern void iSeries_Get_Location_Code(struct iSeries_Device_Node*); | ||
93 | 87 | ||
94 | #endif /* _ISERIES_64_PCI_H */ | 88 | #endif /* _ISERIES_64_PCI_H */ |