diff options
Diffstat (limited to 'kernel/lockdep.c')
-rw-r--r-- | kernel/lockdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c index c9fefdb1a7db..e33f6207f5b3 100644 --- a/kernel/lockdep.c +++ b/kernel/lockdep.c | |||
@@ -2645,6 +2645,7 @@ void debug_check_no_locks_freed(const void *mem_from, unsigned long mem_len) | |||
2645 | } | 2645 | } |
2646 | local_irq_restore(flags); | 2646 | local_irq_restore(flags); |
2647 | } | 2647 | } |
2648 | EXPORT_SYMBOL_GPL(debug_check_no_locks_freed); | ||
2648 | 2649 | ||
2649 | static void print_held_locks_bug(struct task_struct *curr) | 2650 | static void print_held_locks_bug(struct task_struct *curr) |
2650 | { | 2651 | { |