From: Yinghai Lu Date: Tue, 1 May 2012 23:25:18 +0000 (-0600) Subject: x86/PCI: fix unused variable warning in amd_bus.c X-Git-Tag: v3.5-rc1~179^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1103e40f9186bd2cdac4dde6c5bbd2f5273365;p=pandora-kernel.git x86/PCI: fix unused variable warning in amd_bus.c Fix this warning: arch/x86/pci/amd_bus.c: In function 'early_fill_mp_bus_info': arch/x86/pci/amd_bus.c:56:6: warning: unused variable 'j' [-Wunused-variable] introduced by commit d28e5ac2a07e ("x86/PCI: dynamically allocate pci_root_info for native host bridge drivers"). Reported-by: Stephen Rothwell Signed-off-by: Yinghai Lu Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed