commit | ee543159d5e0cfa9f3a349ac4e3da01a0ec66c78 | [log] [tgz] |
---|---|---|
author | Xiubo Li <lixiubo@cmss.chinamobile.com> | Thu Feb 26 14:58:22 2015 +0800 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Mar 10 10:37:44 2015 -0300 |
tree | e52167fd7415562dd76df7649558fd1edc71e9b0 | |
parent | f4fee93270abbf862aab268111ac1e12934130c4 [diff] |
KVM: EXPORT_SYMBOL should immediately follow its function WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable +EXPORT_SYMBOL_GPL(gfn_to_page); This patch fixes these warnings to reduce noise when checking new patches in kvm_main.c. Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>