virtio_pci_modern: drop an unused function
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 20 Jan 2015 12:30:52 +0000 (14:30 +0200)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jan 2015 05:59:01 +0000 (16:29 +1030)
commit76545f066d2a85464a9f81de2e159b199cc2942b
tree04a2bd2bb1de71184b21f11bcc4394b38f78b594
parentac399d8f39a860655961660efa5c67e7f3c47912
virtio_pci_modern: drop an unused function

release function in modern driver is unused:
it's a left-over from when each driver had
to have its own release.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_pci_modern.c