[PATCH] remove kernel/lockdep.c:lockdep_internal
Remove the no longer used lockdep_internal(). Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
1f370a23f2
commit
ebe7e5fe4b
@ -140,13 +140,6 @@ void lockdep_on(void)
|
||||
|
||||
EXPORT_SYMBOL(lockdep_on);
|
||||
|
||||
int lockdep_internal(void)
|
||||
{
|
||||
return current->lockdep_recursion != 0;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(lockdep_internal);
|
||||
|
||||
/*
|
||||
* Debugging switches:
|
||||
*/
|
||||
|
Reference in New Issue
Block a user