From: Stephen Rothwell Date: Sun, 2 Nov 2008 21:18:24 +0000 (+0000) Subject: powerpc: Fix "unused variable" warning in pci_dlpar.c X-Git-Tag: v2.6.28-rc4~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=454666eb78d890f5740ea1901f8b01a43c77c67c;p=pandora-kernel.git powerpc: Fix "unused variable" warning in pci_dlpar.c This gets rid of this build warning: arch/powerpc/platforms/pseries/pci_dlpar.c: In function 'init_phb_dynamic': arch/powerpc/platforms/pseries/pci_dlpar.c:192: warning: unused variable 'b' This is one of the very few warnings left in a ppc64_defconfig build and getting rid of it will make it easier to see future introduced ones (in fact this was introduced very recently). Signed-off-by: Stephen Rothwell Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed