qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Amit Shah <amit.shah@redhat.com>, Thomas Huth <thuth@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PATCH 2/4] virtio-serial-bus.c: drop virtio_ids.h
Date: Wed, 18 Feb 2015 16:49:21 +0100	[thread overview]
Message-ID: <1424274531-16493-3-git-send-email-mst@redhat.com> (raw)
In-Reply-To: <1424274531-16493-1-git-send-email-mst@redhat.com>

virtio-serial.h pulls that in already.

Reported-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 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

  parent reply	other threads:[~2015-02-18 15:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 15:49 [Qemu-devel] [PATCH 0/4] pulling virtio headers - minor fixes Michael S. Tsirkin
2015-02-18 15:49 ` [Qemu-devel] [PATCH 1/4] update-linux-headers.sh: s/__inline__/inline/ Michael S. Tsirkin
2015-02-18 15:49 ` Michael S. Tsirkin [this message]
2015-02-18 15:49 ` [Qemu-devel] [PATCH 3/4] standard-headers: include stdint.h Michael S. Tsirkin
2015-02-18 15:49 ` [Qemu-devel] [PATCH 4/4] virtio_ring.h: s/__inline__/inline/ Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424274531-16493-3-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=amit.shah@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).