diff options
Diffstat (limited to 'include/linux/mutex-debug.h')
-rw-r--r-- | include/linux/mutex-debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mutex-debug.h b/include/linux/mutex-debug.h index 0ccd8f983b50..8138d9eb58ec 100644 --- a/include/linux/mutex-debug.h +++ b/include/linux/mutex-debug.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef __LINUX_MUTEX_DEBUG_H | 1 | #ifndef __LINUX_MUTEX_DEBUG_H |
2 | #define __LINUX_MUTEX_DEBUG_H | 2 | #define __LINUX_MUTEX_DEBUG_H |
3 | 3 | ||
4 | #include <linux/linkage.h> | ||
5 | |||
4 | /* | 6 | /* |
5 | * Mutexes - debugging helpers: | 7 | * Mutexes - debugging helpers: |
6 | */ | 8 | */ |