commit | c45b4166d9eaed612fa29acb041662aa4ceb2712 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Fri Apr 27 00:45:55 2012 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue May 22 12:16:11 2012 +0930 |
tree | 4edd4520a2ae2c8f75ac90273621bc07b6369c66 | |
parent | 991ad9ec39bd3ecaf08cfb7ea3ef7ae9148e5068 [diff] |
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>