kerndat: Mark get_last_cap static

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2015-01-23 20:19:09 +03:00
parent 71f5542e00
commit 9ffc19b307

View file

@ -245,7 +245,7 @@ static int init_zero_page_pfn()
return ret;
}
int get_last_cap(void)
static int get_last_cap(void)
{
struct sysctl_req req[] = {
{ "kernel/cap_last_cap", &kdat.last_cap, CTL_U32 },