]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1ea827c245811e5842156814853b07a2a93f185f
tree4edd4520a2ae2c8f75ac90273621bc07b6369c66
parent6a0f962a71461d9196d9d9808ef2e048ec0c6985
virtio: balloon: drop restore_common()

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

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