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)
commit820c4db2be4ec179210b5c69103a5b2858513e8a
treebe6d65daf9db284cf9ca311c9672d9c4bdac6271
parent6f58d89e6c71db99fc9b211f9ec2180f33304628
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