]> git.hungrycats.org Git - linux/commitdiff
zygo: relicense debug_check_no_locks_held
authorZygo Blaxell <zblaxell@thirteen.furryterror.org>
Sun, 14 Jun 2015 23:45:17 +0000 (19:45 -0400)
committerZygo Blaxell <zblaxell@thirteen.furryterror.org>
Sun, 14 Jun 2015 23:45:17 +0000 (19:45 -0400)
kernel/locking/lockdep.c

index 1044d47327175770e7929018463003e6ef106478..fe3f11cd56bafd9ffebc539f654daab66b3927ff 100644 (file)
@@ -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)