diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-12-06 23:38:21 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:39 -0500 |
commit | ebe7e5fe4b41deeb2731c5b52d8c8e6ac08b1f74 (patch) | |
tree | 4fde2d9f7562776ef3b227d81a6dcd0928d9b13d /include/linux/lockdep.h | |
parent | 1f370a23f2a3101886953add4bd7f529e3bba016 (diff) |
[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>
Diffstat (limited to 'include/linux/lockdep.h')
-rw-r--r-- | include/linux/lockdep.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h index da19aeb0dbe8..498bfbd3b4e1 100644 --- a/include/linux/lockdep.h +++ b/include/linux/lockdep.h | |||
@@ -193,7 +193,6 @@ extern void lockdep_free_key_range(void *start, unsigned long size); | |||
193 | 193 | ||
194 | extern void lockdep_off(void); | 194 | extern void lockdep_off(void); |
195 | extern void lockdep_on(void); | 195 | extern void lockdep_on(void); |
196 | extern int lockdep_internal(void); | ||
197 | 196 | ||
198 | /* | 197 | /* |
199 | * These methods are used by specific locking variants (spinlocks, | 198 | * These methods are used by specific locking variants (spinlocks, |
@@ -255,11 +254,6 @@ static inline void lockdep_on(void) | |||
255 | { | 254 | { |
256 | } | 255 | } |
257 | 256 | ||
258 | static inline int lockdep_internal(void) | ||
259 | { | ||
260 | return 0; | ||
261 | } | ||
262 | |||
263 | # define lock_acquire(l, s, t, r, c, i) do { } while (0) | 257 | # define lock_acquire(l, s, t, r, c, i) do { } while (0) |
264 | # define lock_release(l, n, i) do { } while (0) | 258 | # define lock_release(l, n, i) do { } while (0) |
265 | # define lockdep_init() do { } while (0) | 259 | # define lockdep_init() do { } while (0) |