diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2013-07-07 23:40:34 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-07-07 23:40:34 -0400 |
commit | 06d5a24f08831e167fae42a64ef2083a89f8e617 (patch) | |
tree | 509ef5096fcf1b32029b912afba9a2c1ce9067d9 /lib/debug_locks.c | |
parent | d2989b534ef6834ebf2425aecc040b894b567c91 (diff) | |
parent | 7c6ca3040e9ac174e6d2189811da603e9c19a150 (diff) |
Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-next
Diffstat (limited to 'lib/debug_locks.c')
-rw-r--r-- | lib/debug_locks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/debug_locks.c b/lib/debug_locks.c index f2fa60c59343..96c4c633d95e 100644 --- a/lib/debug_locks.c +++ b/lib/debug_locks.c | |||
@@ -30,6 +30,7 @@ EXPORT_SYMBOL_GPL(debug_locks); | |||
30 | * a locking bug is detected. | 30 | * a locking bug is detected. |
31 | */ | 31 | */ |
32 | int debug_locks_silent; | 32 | int debug_locks_silent; |
33 | EXPORT_SYMBOL_GPL(debug_locks_silent); | ||
33 | 34 | ||
34 | /* | 35 | /* |
35 | * Generic 'turn off all lock debugging' function: | 36 | * Generic 'turn off all lock debugging' function: |
@@ -44,3 +45,4 @@ int debug_locks_off(void) | |||
44 | } | 45 | } |
45 | return 0; | 46 | return 0; |
46 | } | 47 | } |
48 | EXPORT_SYMBOL_GPL(debug_locks_off); | ||