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 /include/linux/mutex-debug.h | |
parent | d2989b534ef6834ebf2425aecc040b894b567c91 (diff) | |
parent | 7c6ca3040e9ac174e6d2189811da603e9c19a150 (diff) |
Merge remote-tracking branch 'airlied/drm-next' into drm-nouveau-next
Diffstat (limited to 'include/linux/mutex-debug.h')
-rw-r--r-- | include/linux/mutex-debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mutex-debug.h b/include/linux/mutex-debug.h index 731d77d6e155..4ac8b1977b73 100644 --- a/include/linux/mutex-debug.h +++ b/include/linux/mutex-debug.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/linkage.h> | 4 | #include <linux/linkage.h> |
5 | #include <linux/lockdep.h> | 5 | #include <linux/lockdep.h> |
6 | #include <linux/debug_locks.h> | ||
6 | 7 | ||
7 | /* | 8 | /* |
8 | * Mutexes - debugging helpers: | 9 | * Mutexes - debugging helpers: |