Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81324364 authored by Adrian Bunk's avatar Adrian Bunk Committed by Alexey Dobriyan
Browse files

proc: make grab_header() static

parent a70973c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -66,7 +66,7 @@ static struct ctl_table *find_in_table(struct ctl_table *p, struct qstr *name)
	return NULL;
	return NULL;
}
}


struct ctl_table_header *grab_header(struct inode *inode)
static struct ctl_table_header *grab_header(struct inode *inode)
{
{
	if (PROC_I(inode)->sysctl)
	if (PROC_I(inode)->sysctl)
		return sysctl_head_grab(PROC_I(inode)->sysctl);
		return sysctl_head_grab(PROC_I(inode)->sysctl);