]> 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)
commit3c75af30a1456dff03b2568edecba2ed916dcae0
treebe6d65daf9db284cf9ca311c9672d9c4bdac6271
parent0f2d29673a5a3f8abfe665d42145b948a1b480cb
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