From: Adrian Bunk Date: Thu, 2 Oct 2008 20:33:54 +0000 (+0400) Subject: proc: make grab_header() static X-Git-Tag: v2.6.28-rc1~608^2~5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=81324364b76eba592255d4b712e522f9fd8d25f4;p=linux-2.6-omap-h63xx.git proc: make grab_header() static Signed-off-by: Adrian Bunk Signed-off-by: Alexey Dobriyan --- diff --git a/fs/proc/proc_sysctl.c b/fs/proc/proc_sysctl.c index daa5f51e534..945a81043ba 100644 --- a/fs/proc/proc_sysctl.c +++ b/fs/proc/proc_sysctl.c @@ -66,7 +66,7 @@ static struct ctl_table *find_in_table(struct ctl_table *p, struct qstr *name) 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) return sysctl_head_grab(PROC_I(inode)->sysctl);