]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/debug_locks.c
wait: add wait_event_killable_timeout()
[karo-tx-linux.git] / lib / debug_locks.c
index f2fa60c59343c2a26fd725c261331b6e8353f488..96c4c633d95e687d1c658dfa433273bbb3f81a66 100644 (file)
@@ -30,6 +30,7 @@ EXPORT_SYMBOL_GPL(debug_locks);
  * a locking bug is detected.
  */
 int debug_locks_silent;
+EXPORT_SYMBOL_GPL(debug_locks_silent);
 
 /*
  * Generic 'turn off all lock debugging' function:
@@ -44,3 +45,4 @@ int debug_locks_off(void)
        }
        return 0;
 }
+EXPORT_SYMBOL_GPL(debug_locks_off);