]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit99d461da6637b968aded37a7d676e1b6d3633e26
tree8699ac4ba7b4d6dbe01e187293db6c53d0eddb33
parentc920ba22c90ad3b50e5f580904e10afe7dfaa797
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