]> git.baikalelectronics.ru Git - kernel.git/commit
xen: Make functions static
authorJuergen Gross <jgross@suse.com>
Fri, 28 Nov 2014 10:53:51 +0000 (11:53 +0100)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 4 Dec 2014 14:08:37 +0000 (14:08 +0000)
commit5ad8b37b1676f7ca580e69fe48e5bf5ecf88ba0f
treebe6d65daf9db284cf9ca311c9672d9c4bdac6271
parent3909cdac5609f0db3fdce3701d779171791641a4
xen: Make functions static

Some functions in arch/x86/xen/p2m.c are used locally only. Make them
static. Rearrange the functions in p2m.c to avoid forward declarations.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/x86/include/asm/xen/page.h
arch/x86/xen/p2m.c