]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kmod: unexport call_usermodehelper_freeinfo()
authorBoaz Harrosh <bharrosh@panasas.com>
Wed, 4 Apr 2012 00:08:31 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 11 Apr 2012 04:45:53 +0000 (14:45 +1000)
commitd774e2ceee1139af34c18d73f76aca2367267bfc
tree7268881508d7b3e322469d7c005d7b1713be160d
parent99d5362c53f9e01b52484ff5ab963c58fd7dc406
kmod: unexport call_usermodehelper_freeinfo()

call_usermodehelper_freeinfo() is not used outside of kmod.c.  So unexport
it, and make it static to kmod.c

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/kmod.h
kernel/kmod.c