dect
/
linux-2.6
Archived
13
0
Fork 0

hv: hv_balloon: mark a function static

This resolves the following sparse warning:

drivers/hv/hv_balloon.c:548:6: sparse: symbol 'free_balloon_pages' was not declared. Should it be static?

Reported-by: Xie ChanglongX <changlongx.xie@intel.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2012-11-21 12:46:40 -08:00
parent 9306a8b0c2
commit 989623c7d6
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ static void post_status(struct hv_dynmem_device *dm)
void free_balloon_pages(struct hv_dynmem_device *dm,
static void free_balloon_pages(struct hv_dynmem_device *dm,
union dm_mem_page_range *range_array)
{
int num_pages = range_array->finfo.page_cnt;