aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-11-10 19:23:10 +0000
committerAlex Bennée <alex.bennee@linaro.org>2020-11-16 11:07:49 +0000
commit97d351b476233ed8c80e61af79d6437fb3cef058 (patch)
treeff0e564a5f1fc7d4f978b5827f555efd6949fc42 /include
parent0c3e41d40828f78f182c6eb7d54624ce7b0c49f8 (diff)
downloadqemu-97d351b476233ed8c80e61af79d6437fb3cef058.zip
qemu-97d351b476233ed8c80e61af79d6437fb3cef058.tar.gz
qemu-97d351b476233ed8c80e61af79d6437fb3cef058.tar.bz2
include/hw/xen.h: drop superfluous struct
Chardev is already a typedef'ed struct. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20201110192316.26397-5-alex.bennee@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/xen/xen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/xen.h b/include/hw/xen/xen.h
index 1406648..0f9962b 100644
--- a/include/hw/xen/xen.h
+++ b/include/hw/xen/xen.h
@@ -28,7 +28,7 @@ int xen_is_pirq_msi(uint32_t msi_data);
qemu_irq *xen_interrupt_controller_init(void);
-void xenstore_store_pv_console_info(int i, struct Chardev *chr);
+void xenstore_store_pv_console_info(int i, Chardev *chr);
void xen_register_framebuffer(struct MemoryRegion *mr);