From: Sebastian Andrzej Siewior Date: Fri, 22 Sep 2017 15:28:06 +0000 (+0200) Subject: rcu/segcblist: Include rcupdate.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=56628a7fc84a6e3c4c84886d70ec26da3d7f2ce4;p=linux.git rcu/segcblist: Include rcupdate.h The RT build on ARM complains about non-existing ULONG_CMP_LT. This commit therefore includes rcupdate.h into rcu_segcblist.c. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Paul E. McKenney --- diff --git a/kernel/rcu/rcu_segcblist.c b/kernel/rcu/rcu_segcblist.c index 7649fcd2c4c7d..88cba7c2956ce 100644 --- a/kernel/rcu/rcu_segcblist.c +++ b/kernel/rcu/rcu_segcblist.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "rcu_segcblist.h"