1
0
Fork 0

virtio: get rid of redundant VIRTIO_ID_9P definition

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>
hifive-unleashed-5.1
Fernando Luis Vazquez Cao 2009-07-31 12:09:05 +09:00 committed by Rusty Russell
parent 3c1b27d504
commit 3a20210dc2
1 changed files with 0 additions and 2 deletions

View File

@ -334,8 +334,6 @@ static void p9_virtio_remove(struct virtio_device *vdev)
}
}
#define VIRTIO_ID_9P 9
static struct virtio_device_id id_table[] = {
{ VIRTIO_ID_9P, VIRTIO_DEV_ANY_ID },
{ 0 },