From: Michael S. Tsirkin Date: Mon, 12 Apr 2010 13:19:07 +0000 (+0300) Subject: virtio_ring: remove a level of indirection X-Git-Tag: v2.6.35-rc1~435^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5e9ed0c84e7d70d887878574590638d5572659;p=pandora-kernel.git virtio_ring: remove a level of indirection 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed