OSDN Git Service

pseries: Remove unused constant from PCI code
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 27 Feb 2012 17:18:11 +0000 (17:18 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 15 Mar 2012 12:12:11 +0000 (13:12 +0100)
commit323abebf9997f30fb357602e169ea6333ac20bc3
treedddf1c7bdf8d5bd92dff9d6d9e2b75aaf283a1e4
parent53f649e863dd08b6ff212093556add42f456d14d
pseries: Remove unused constant from PCI code

The 'bars' constant array was used in experimental device allocation code
which is no longer necessary now that we always run the SLOF firmware.
This patch removes the now redundant variable.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/spapr_pci.c