diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 20:15:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 21:46:29 -0400 |
commit | aab41dea80b1b00e66533af096f797320be05f13 (patch) | |
tree | 1ee1f25388e4ecf6c3a1cb3eac81fc04c7e02c6c /arch | |
parent | 57ca86d4f0e44f81be10bc77a5d0e26760e4844f (diff) |
[PATCH] ppc64 iSeries: iSeries_pci.h cleanups
Remove no longer used things from iSeries_pci.h.
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 'arch')
-rw-r--r-- | arch/ppc64/kernel/iSeries_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/iSeries_pci.c b/arch/ppc64/kernel/iSeries_pci.c index 1bff515bd298..1313a7a2f005 100644 --- a/arch/ppc64/kernel/iSeries_pci.c +++ b/arch/ppc64/kernel/iSeries_pci.c | |||
@@ -497,7 +497,6 @@ static int scan_bridge_slot(HvBusNumber Bus, | |||
497 | 497 | ||
498 | ++DeviceCount; | 498 | ++DeviceCount; |
499 | node = build_device_node(Bus, SubBus, EADsIdSel, Function); | 499 | node = build_device_node(Bus, SubBus, EADsIdSel, Function); |
500 | node->Vendor = VendorId; | ||
501 | node->Irq = Irq; | 500 | node->Irq = Irq; |
502 | node->LogicalSlot = BridgeInfo->logicalSlotNumber; | 501 | node->LogicalSlot = BridgeInfo->logicalSlotNumber; |
503 | 502 | ||