virtio: balloon: drop restore_common()
authorAmit Shah <amit.shah@redhat.com>
Thu, 26 Apr 2012 19:15:55 +0000 (00:45 +0530)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 22 May 2012 02:46:11 +0000 (12:16 +0930)
commitc45b4166d9eaed612fa29acb041662aa4ceb2712
tree4edd4520a2ae2c8f75ac90273621bc07b6369c66
parent991ad9ec39bd3ecaf08cfb7ea3ef7ae9148e5068
virtio: balloon: drop restore_common()

restore_common() was used when there were different thaw and freeze PM
callbacks implemented.  We removed thaw in commit
f38f8387cbdc4138a492ce9f2a5f04fd3cd3cf33.

restore_common() can be removed and virtballoon_restore() can itself do
the restore ops.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/virtio_balloon.c