Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fernando Luis Vazquez Cao and committed by
Rusty Russell
3a20210d 3c1b27d5

-2
-2
net/9p/trans_virtio.c
··· 334 334 } 335 335 } 336 336 337 - #define VIRTIO_ID_9P 9 338 - 339 337 static struct virtio_device_id id_table[] = { 340 338 { VIRTIO_ID_9P, VIRTIO_DEV_ANY_ID }, 341 339 { 0 },