diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-06-21 17:15:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 18:46:29 -0700 |
commit | aab41dea80b1b00e66533af096f797320be05f13 (patch) | |
tree | 1ee1f25388e4ecf6c3a1cb3eac81fc04c7e02c6c /arch/ppc64 | |
parent | 57ca86d4f0e44f81be10bc77a5d0e26760e4844f (diff) | |
download | op-kernel-dev-aab41dea80b1b00e66533af096f797320be05f13.zip op-kernel-dev-aab41dea80b1b00e66533af096f797320be05f13.tar.gz |
[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/ppc64')
-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 1bff515..1313a7a 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, ++DeviceCount; node = build_device_node(Bus, SubBus, EADsIdSel, Function); - node->Vendor = VendorId; node->Irq = Irq; node->LogicalSlot = BridgeInfo->logicalSlotNumber; |