diff options
Diffstat (limited to 'kernel/locking/rtmutex.c')
-rw-r--r-- | kernel/locking/rtmutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c index 38fbf9fa7f1b..fa83d36e30c6 100644 --- a/kernel/locking/rtmutex.c +++ b/kernel/locking/rtmutex.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Copyright (C) 2005 Kihon Technologies Inc., Steven Rostedt | 9 | * Copyright (C) 2005 Kihon Technologies Inc., Steven Rostedt |
10 | * Copyright (C) 2006 Esben Nielsen | 10 | * Copyright (C) 2006 Esben Nielsen |
11 | * | 11 | * |
12 | * See Documentation/locking/rt-mutex-design.txt for details. | 12 | * See Documentation/locking/rt-mutex-design.rst for details. |
13 | */ | 13 | */ |
14 | #include <linux/spinlock.h> | 14 | #include <linux/spinlock.h> |
15 | #include <linux/export.h> | 15 | #include <linux/export.h> |