diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2014-01-16 10:18:48 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2014-01-16 10:22:28 +1030 |
commit | 05c54de8c88c02bd0a44de8316d5e276b856632e (patch) | |
tree | 284d78a4e5abb0315ae2f9fbf8278ffcbdd60590 /kernel/user.c | |
parent | f466f75385369a181409e46da272db3de6f5c5cb (diff) |
drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_balloon.c
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'kernel/user.c')
0 files changed, 0 insertions, 0 deletions