virtio: do not statically allocate root device
authorMark McLoughlin <markmc@redhat.com>
Mon, 15 Dec 2008 12:58:27 +0000 (12:58 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 18:44:34 +0000 (10:44 -0800)
commit63d12556703f17817a46e140704360b29b851bad
treebe9741e515a075010e2fbb217ea0c41b85613ca2
parent0aa0dc41bfd993491c2344870eee7a3b218551fb
virtio: do not statically allocate root device

We shouldn't be statically allocating the root device object,
so dynamically allocate it using root_device_register()
instead.

Also avoids this warning from 'rmmod virtio_pci':

  Device 'virtio-pci' does not have a release() function, it is broken and must be fixed

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/virtio/virtio_pci.c