]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
ppc/pnv: Remove unused XICSState reference
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 13 Jul 2017 06:21:28 +0000 (16:21 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 17 Jul 2017 05:07:05 +0000 (15:07 +1000)
e6f7e110ee70 "ppc/xics: remove the XICSState classes" got rid of
XICSState, this is just an leftover.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
include/hw/ppc/pnv_psi.h

index 11d83e43f8ad89fe22871c7b2d199d70c1f4ea32..f6af5eae1fa8f75b8a61935606a9c185f4ed84aa 100644 (file)
@@ -28,8 +28,6 @@
 
 #define PSIHB_XSCOM_MAX         0x20
 
-typedef struct XICSState XICSState;
-
 typedef struct PnvPsi {
     SysBusDevice parent;