From: Geoff Levand Date: Fri, 5 Apr 2013 19:20:30 +0000 (+0000) Subject: KVM: Make local routines static X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39369f7a8b7314b8f7860c880a2198c11cebdf5a;p=pandora-kernel.git KVM: Make local routines static The routines get_user_page_nowait(), kvm_io_bus_sort_cmp(), kvm_io_bus_insert_dev() and kvm_io_bus_get_first_dev() are only referenced within kvm_main.c, so give them static linkage. Fixes sparse warnings like these: virt/kvm/kvm_main.c: warning: symbol 'get_user_page_nowait' was not declared. Should it be static? Signed-off-by: Geoff Levand Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed