From: Zhenzhong Duan Date: Mon, 9 Oct 2023 02:20:48 +0000 (+0800) Subject: vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=410ee49190f46b4e545acee9cb70717e12d8305b;p=qemu.git vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW No functional changes. Signed-off-by: Zhenzhong Duan Reviewed-by: Eric Farman Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Cédric Le Goater --- diff --git a/include/hw/s390x/vfio-ccw.h b/include/hw/s390x/vfio-ccw.h index 63a909eb7e..4209d27657 100644 --- a/include/hw/s390x/vfio-ccw.h +++ b/include/hw/s390x/vfio-ccw.h @@ -22,6 +22,4 @@ #define TYPE_VFIO_CCW "vfio-ccw" OBJECT_DECLARE_SIMPLE_TYPE(VFIOCCWDevice, VFIO_CCW) -#define TYPE_VFIO_CCW "vfio-ccw" - #endif