From: Alexey Kardashevskiy Date: Thu, 13 Jul 2017 06:21:28 +0000 (+1000) Subject: ppc/pnv: Remove unused XICSState reference X-Git-Tag: pull-nvme-20200902~2401^2~7 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2ee77040f53b7720579d897544604e45b3d41963;p=qemu-nvme.git ppc/pnv: Remove unused XICSState reference e6f7e110ee70 "ppc/xics: remove the XICSState classes" got rid of XICSState, this is just an leftover. Signed-off-by: Alexey Kardashevskiy Reviewed-by: Cédric Le Goater Signed-off-by: David Gibson --- diff --git a/include/hw/ppc/pnv_psi.h b/include/hw/ppc/pnv_psi.h index 11d83e43f8..f6af5eae1f 100644 --- a/include/hw/ppc/pnv_psi.h +++ b/include/hw/ppc/pnv_psi.h @@ -28,8 +28,6 @@ #define PSIHB_XSCOM_MAX 0x20 -typedef struct XICSState XICSState; - typedef struct PnvPsi { SysBusDevice parent;