]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix "unused variable" warning in pci_dlpar.c
authorStephen Rothwell <sfr@canb.auug.org.au>
Sun, 2 Nov 2008 21:18:24 +0000 (21:18 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 5 Nov 2008 08:59:08 +0000 (19:59 +1100)
commit0894a718c4ee0b0dfd346b04053fa24edf166c4d
tree858f0070d60743e9b6c09a6afe36dcec829953ed
parent3b5511f611ff753db705a7d921023e2a19d40cc2
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 <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/pci_dlpar.c