[PATCH 2/4] powerpc: remove write only variable

Milton Miller miltonm at bga.com
Thu Jan 8 23:19:49 EST 2009


Since we never hotplug add an isa bus, we never need to set primary.
Delete this write-only variable.

Signed-off-by: Milton Miller <miltonm at bga.com>
---
The reference to primary was removed in during a code move
92eb4602 (v2.6.16) when dlpar for p5ioc was tested.


Index: work.git/arch/powerpc/platforms/pseries/pci_dlpar.c
===================================================================
--- work.git.orig/arch/powerpc/platforms/pseries/pci_dlpar.c	2009-01-05 04:38:15.000000000 -0600
+++ work.git/arch/powerpc/platforms/pseries/pci_dlpar.c	2009-01-05 04:38:48.000000000 -0600
@@ -137,11 +137,9 @@ EXPORT_SYMBOL_GPL(pcibios_add_pci_device
 struct pci_controller * __devinit init_phb_dynamic(struct device_node *dn)
 {
 	struct pci_controller *phb;
-	int primary;
 
 	pr_debug("PCI: Initializing new hotplug PHB %s\n", dn->full_name);
 
-	primary = list_empty(&hose_list);
 	phb = pcibios_alloc_controller(dn);
 	if (!phb)
 		return NULL;



More information about the Linuxppc-dev mailing list