sysctl extern cleanup: acct
authorDave Young <hidave.darkstar@gmail.com>
Wed, 10 Mar 2010 23:24:08 +0000 (15:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:53:10 +0000 (15:53 -0800)
commitc55b7c3e82d0ad58f35a0785faaaf2f70b9b6cd3
tree5672da5b62c6c8e0c806a6b235de5131f7b974c8
parent15485a4682d1d3bfee2aa78b4b1a5d36f5746b64
sysctl extern cleanup: acct

Extern declarations in sysctl.c should be moved to their own header file,
and then include them in relavant .c files.

Move acct_parm extern declaration to linux/acct.h

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/acct.h
kernel/sysctl.c