[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:
Adrian Bunk
2006-12-06 20:38:21 -08:00
committed by Linus Torvalds
parent 1f370a23f2
commit ebe7e5fe4b
2 changed files with 0 additions and 13 deletions

View File

@ -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:
*/