diff options
author | Zhenzhong Duan <zhenzhong.duan@intel.com> | 2023-10-09 10:20:48 +0800 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2023-10-18 10:10:49 +0200 |
commit | 410ee49190f46b4e545acee9cb70717e12d8305b (patch) | |
tree | 2179da8d643e849ac168c75a7049e2c8157ada33 /include/hw | |
parent | 88ceb67a6f9b049e2f0ae3df00862e9d6057a5f0 (diff) |
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>
Diffstat (limited to 'include/hw')
-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 |