virtio-pci: drop restore_common()
authorAmit Shah <amit.shah@redhat.com>
Thu, 29 Mar 2012 07:24:43 +0000 (12:54 +0530)
committerAmit Shah <amit.shah@redhat.com>
Sat, 31 Mar 2012 02:39:51 +0000 (08:09 +0530)
commit0517fdd156c46c23501451158c6b0ff9fb7236d1
tree8699ac4ba7b4d6dbe01e187293db6c53d0eddb33
parentf38f8387cbdc4138a492ce9f2a5f04fd3cd3cf33
virtio-pci: drop restore_common()

restore_common() was shared between restore and thaw callbacks.  With
thaw gone, we don't need restore_common() anymore.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
drivers/virtio/virtio_pci.c