Commit 807ff7ed authored by Christian König's avatar Christian König

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: default avatarChristian König <christian.koenig@amd.com>
Acked-by: default avatarShashank Sharma <shashank.sharma@amd.com>
Fixes: e84815cb ("seqlock: drop seqcount_ww_mutex_t")
Link: https://patchwork.freedesktop.org/patch/msgid/20220407114619.961750-1-christian.koenig@amd.com
parent e84815cb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment