summaryrefslogtreecommitdiffstats
path: root/kernel/futex
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2022-04-07 13:43:15 +0200
committerChristian König <christian.koenig@amd.com>2022-04-07 15:09:12 +0200
commit807ff7ed34d2c83e09d7987bd6506cc3d520dcdf (patch)
tree44a1abb1576099753ab315b8e8e2175608ee2442 /kernel/futex
parente84815cbbc767617221e6891e77f2486c9199dfa (diff)
downloadlinux-807ff7ed34d2c83e09d7987bd6506cc3d520dcdf.tar.gz
linux-807ff7ed34d2c83e09d7987bd6506cc3d520dcdf.tar.bz2
linux-807ff7ed34d2c83e09d7987bd6506cc3d520dcdf.zip
futex: add missing rtmutex.h include
This isn't included here any more since the removal of ww_mutex.h from seqlock.h which causes a build break. Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Shashank Sharma <shashank.sharma@amd.com> Fixes: e84815cbbc76 ("seqlock: drop seqcount_ww_mutex_t") Link: https://patchwork.freedesktop.org/patch/msgid/20220407114619.961750-1-christian.koenig@amd.com
Diffstat (limited to 'kernel/futex')
-rw-r--r--kernel/futex/futex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/futex/futex.h b/kernel/futex/futex.h
index c264cbeab71c..b5379c0e6d6d 100644
--- a/kernel/futex/futex.h
+++ b/kernel/futex/futex.h
@@ -3,6 +3,7 @@
#define _FUTEX_H
#include <linux/futex.h>
+#include <linux/rtmutex.h>
#include <linux/sched/wake_q.h>
#ifdef CONFIG_PREEMPT_RT