include/hw/xen.h: drop superfluous struct
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Nov 2020 19:23:10 +0000 (19:23 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Nov 2020 11:07:49 +0000 (11:07 +0000)
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>

include/hw/xen/xen.h

index 1406648ca58bdf66a46a94d91626c36b2e84191a..0f9962b1c190d4c35f30f46ac76c8032d2fead29 100644 (file)
@@ -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);