From 05c54de8c88c02bd0a44de8316d5e276b856632e Mon Sep 17 00:00:00 2001 From: Rashika Kheria Date: Thu, 16 Jan 2014 10:18:48 +1030 Subject: [PATCH] drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_balloon.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Mark the function virtballoon_migratepage() as static in virtio_balloon.c because it is not used outside this file. This eliminates the following warning in virtio_balloon.c: drivers/virtio/virtio_balloon.c:372:5: warning: no previous prototype for ‘virtballoon_migratepage’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Acked-by: Michael S. Tsirkin Signed-off-by: Rusty Russell --- Reading git-format-patch failed