]> Git Repo - linux.git/commit
sysctl extern cleanup: lockdep
authorDave Young <[email protected]>
Wed, 10 Mar 2010 23:24:10 +0000 (15:24 -0800)
committerLinus Torvalds <[email protected]>
Fri, 12 Mar 2010 23:53:10 +0000 (15:53 -0800)
commit2edf5e49800846a2b2b6461d99cdae18067c440f
treea03fc295676a23c30ae467ba96a1efaf5762dd90
parent4f0e056fdebc15d3f4724ebc7bbf323158add1d7
sysctl extern cleanup: lockdep

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

Move lockdep extern declarations to linux/lockdep.h

Signed-off-by: Dave Young <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/lockdep.h
kernel/sysctl.c
This page took 0.052598 seconds and 4 git commands to generate.