sysctl extern cleanup: rtmutex
authorDave Young <hidave.darkstar@gmail.com>
Wed, 10 Mar 2010 23:24:09 +0000 (15:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:53:10 +0000 (15:53 -0800)
commit4f0e056fdebc15d3f4724ebc7bbf323158add1d7
tree79823a3e71a696fa9d4148a2ad0709c5deb07805
parentc55b7c3e82d0ad58f35a0785faaaf2f70b9b6cd3
sysctl extern cleanup: rtmutex

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

Move max_lock_depth extern declaration to linux/rtmutex.h

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/rtmutex.h
kernel/sysctl.c