From: Zygo Blaxell Date: Sun, 14 Jun 2015 23:45:17 +0000 (-0400) Subject: zygo: relicense debug_check_no_locks_held X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeac8a9e7069ff08c48dbbb36bec294c97e7abf5;p=linux zygo: relicense debug_check_no_locks_held --- diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index 1044d47327175..fe3f11cd56baf 100644 --- a/kernel/locking/lockdep.c +++ b/kernel/locking/lockdep.c @@ -4143,7 +4143,7 @@ void debug_check_no_locks_held(void) if (unlikely(current->lockdep_depth > 0)) print_held_locks_bug(); } -EXPORT_SYMBOL_GPL(debug_check_no_locks_held); +EXPORT_SYMBOL(debug_check_no_locks_held); #ifdef __KERNEL__ void debug_show_all_locks(void)