diff options
Diffstat (limited to 'kernel/locking/mutex.c')
-rw-r--r-- | kernel/locking/mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index 0c601ae072b3..edd1c082dbf5 100644 --- a/kernel/locking/mutex.c +++ b/kernel/locking/mutex.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * by Steven Rostedt, based on work by Gregory Haskins, Peter Morreale | 16 | * by Steven Rostedt, based on work by Gregory Haskins, Peter Morreale |
17 | * and Sven Dietrich. | 17 | * and Sven Dietrich. |
18 | * | 18 | * |
19 | * Also see Documentation/locking/mutex-design.txt. | 19 | * Also see Documentation/locking/mutex-design.rst. |
20 | */ | 20 | */ |
21 | #include <linux/mutex.h> | 21 | #include <linux/mutex.h> |
22 | #include <linux/ww_mutex.h> | 22 | #include <linux/ww_mutex.h> |