qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/4] virtio-serial-bus.c: drop virtio_ids.h


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 2/4] virtio-serial-bus.c: drop virtio_ids.h
Date: Wed, 18 Feb 2015 16:49:21 +0100

virtio-serial.h pulls that in already.

Reported-by: Thomas Huth <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 hw/char/virtio-serial-bus.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c
index ba4cf2e..9a029d2 100644
--- a/hw/char/virtio-serial-bus.c
+++ b/hw/char/virtio-serial-bus.c
@@ -18,7 +18,6 @@
  * GNU GPL, version 2 or (at your option) any later version.
  */
 
-#include "standard-headers/linux/virtio_ids.h"
 #include "qemu/iov.h"
 #include "monitor/monitor.h"
 #include "qemu/queue.h"
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]