1
0
Fork 0

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 <bigeasy@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
zero-colors
Sebastian Andrzej Siewior 2017-09-22 17:28:06 +02:00 committed by Paul E. McKenney
parent c0da313e09
commit 56628a7fc8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/rcupdate.h>
#include "rcu_segcblist.h"