Browse Source

ppc/pnv: Remove unused XICSState reference

e6f7e110ee "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>
pull/55/head
Alexey Kardashevskiy 9 years ago
committed by David Gibson
parent
commit
2ee77040f5
  1. 2
      include/hw/ppc/pnv_psi.h

2
include/hw/ppc/pnv_psi.h

@ -28,8 +28,6 @@
#define PSIHB_XSCOM_MAX 0x20
typedef struct XICSState XICSState;
typedef struct PnvPsi {
SysBusDevice parent;

Loading…
Cancel
Save