summaryrefslogtreecommitdiffstats
path: root/include/hw/qdev-properties.h
diff options
context:
space:
mode:
authorEduardo Habkost2020-12-11 23:05:25 +0100
committerEduardo Habkost2020-12-18 21:20:17 +0100
commit8f2aff643caad71c45c70da1af285e5a3330d518 (patch)
treeba08032bb0e09925c50f15fc4de1d8b44e96afca /include/hw/qdev-properties.h
parentqdev: Make qdev_class_add_property() more flexible (diff)
downloadqemu-8f2aff643caad71c45c70da1af285e5a3330d518.tar.gz
qemu-8f2aff643caad71c45c70da1af285e5a3330d518.tar.xz
qemu-8f2aff643caad71c45c70da1af285e5a3330d518.zip
qdev: Move qdev_prop_tpm declaration to tpm_prop.h
Move the variable declaration close to the macro that uses it. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20201211220529.2290218-29-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw/qdev-properties.h')
-rw-r--r--include/hw/qdev-properties.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/qdev-properties.h b/include/hw/qdev-properties.h
index aae882317a..68e544708b 100644
--- a/include/hw/qdev-properties.h
+++ b/include/hw/qdev-properties.h
@@ -56,7 +56,6 @@ extern const PropertyInfo qdev_prop_uint64;
extern const PropertyInfo qdev_prop_int64;
extern const PropertyInfo qdev_prop_size;
extern const PropertyInfo qdev_prop_string;
-extern const PropertyInfo qdev_prop_tpm;
extern const PropertyInfo qdev_prop_on_off_auto;
extern const PropertyInfo qdev_prop_size32;
extern const PropertyInfo qdev_prop_arraylen;