diff options
author | 2023-10-09 10:20:48 +0800 | |
---|---|---|
committer | 2023-10-18 10:10:49 +0200 | |
commit | 410ee49190f46b4e545acee9cb70717e12d8305b (patch) | |
tree | 2179da8d643e849ac168c75a7049e2c8157ada33 | |
parent | vfio/ap: Remove pointless apdev variable (diff) | |
download | qemu-410ee49190f46b4e545acee9cb70717e12d8305b.tar.xz qemu-410ee49190f46b4e545acee9cb70717e12d8305b.zip |
vfio/ccw: Remove redundant definition of TYPE_VFIO_CCW
No functional changes.
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
-rw-r--r-- | include/hw/s390x/vfio-ccw.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |