From: Rusty Russell <rusty@rustcorp.com.au>
To: virtualization@lists.osdl.org
Cc: Eric Van Hensbergen <ericvh@gmail.com>,
Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Subject: [PATCH 3/6] virtio: get rid of redundant VIRTIO_ID_9P definition
Date: Mon, 21 Sep 2009 16:28:25 +0930 [thread overview]
Message-ID: <200909211628.26135.rusty@rustcorp.com.au> (raw)
From: =?UTF-8?B?RmVybmFuZG8gTHVpcyBWw6F6cXVleiBDYW8=?=
VIRTIO_ID_9P is already defined in include/linux/virtio_9p.h
so use that definition instead.
Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
---
net/9p/trans_virtio.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c
--- a/net/9p/trans_virtio.c
+++ b/net/9p/trans_virtio.c
@@ -337,8 +337,6 @@ static void p9_virtio_remove(struct virt
}
}
-#define VIRTIO_ID_9P 9
-
static struct virtio_device_id id_table[] = {
{ VIRTIO_ID_9P, VIRTIO_DEV_ANY_ID },
{ 0 },
reply other threads:[~2009-09-21 6:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200909211628.26135.rusty@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=ericvh@gmail.com \
--cc=fernando@oss.ntt.co.jp \
--cc=virtualization@lists.osdl.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.