summaryrefslogtreecommitdiff
path: root/net/9p
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2009-07-31 15:25:56 +0900
committerStephen Rothwell <sfr@canb.auug.org.au>2009-08-13 10:26:12 +1000
commit8217a739dab07d616d55b8c9f48aa483967a5ab4 (patch)
tree7bb4508290507390c412f5b679365b196d797642 /net/9p
parent655c59fb93232ec690fd937b6e0e89225ec08c13 (diff)
Add virtio IDs file
Virtio IDs are spread all over the tree which makes assigning new IDs bothersome. Putting them together should make the process less error-prone. Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'net/9p')
-rw-r--r--net/9p/trans_virtio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c
index 78f51c78bc58..676db1ea23b4 100644
--- a/net/9p/trans_virtio.c
+++ b/net/9p/trans_virtio.c
@@ -43,6 +43,7 @@
#include <net/9p/transport.h>
#include <linux/scatterlist.h>
#include <linux/virtio.h>
+#include <linux/virtio_ids.h>
#include <linux/virtio_9p.h>
#define VIRTQUEUE_NUM 128