RE: [PATCH] futex: add missing rtmutex.h include

2022-04-07 Thread Sharma, Shashank
Acked-by: Shashank Sharma 

Regards
Shashank
-Original Message-
From: dri-devel  On Behalf Of 
Christian König
Sent: Thursday, April 7, 2022 1:46 PM
To: pet...@infradead.org; daniel.vet...@ffwll.ch; 
dri-devel@lists.freedesktop.org
Cc: Koenig, Christian 
Subject: [PATCH] futex: add missing rtmutex.h include

Since 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 
Fixes: 63e8768b2ad9 ("seqlock: drop seqcount_ww_mutex_t")
---
 kernel/futex/futex.h | 1 +
 1 file changed, 1 insertion(+)

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 
+#include 
 #include 
 
 #ifdef CONFIG_PREEMPT_RT
--
2.25.1



[PATCH] futex: add missing rtmutex.h include

2022-04-07 Thread Christian König
Since 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 
Fixes: 63e8768b2ad9 ("seqlock: drop seqcount_ww_mutex_t")
---
 kernel/futex/futex.h | 1 +
 1 file changed, 1 insertion(+)

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 
+#include 
 #include 
 
 #ifdef CONFIG_PREEMPT_RT
-- 
2.25.1