Commit 9ffc19b3 authored by Pavel Emelyanov's avatar Pavel Emelyanov

kerndat: Mark get_last_cap static

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 71f5542e
...@@ -245,7 +245,7 @@ static int init_zero_page_pfn() ...@@ -245,7 +245,7 @@ static int init_zero_page_pfn()
return ret; return ret;
} }
int get_last_cap(void) static int get_last_cap(void)
{ {
struct sysctl_req req[] = { struct sysctl_req req[] = {
{ "kernel/cap_last_cap", &kdat.last_cap, CTL_U32 }, { "kernel/cap_last_cap", &kdat.last_cap, CTL_U32 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment