virtio_ring: remove a level of indirection
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 12 Apr 2010 13:19:07 +0000 (16:19 +0300)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 19 May 2010 12:45:43 +0000 (22:15 +0930)
We have a single virtqueue_ops implementation,
and it seems unlikely we'll get another one
at this point. So let's remove an unnecessary
level of indirection: it would be very easy to
re-add it if another implementation surfaces.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found