Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a494ee6c authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Boris Ostrovsky
Browse files

arm/xen: don't inclide rwlock.h directly.



rwlock.h should not be included directly. Instead linux/splinlock.h
should be included. One thing it does is to break the RT build.

Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: xen-devel@lists.xenproject.org
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: default avatarStefano Stabellini <sstabellini@kernel.org>
Signed-off-by: default avatarBoris Ostrovsky <boris.ostrovsky@oracle.com>
parent 5266b8e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#include <linux/bootmem.h>
#include <linux/gfp.h>
#include <linux/export.h>
#include <linux/rwlock.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/dma-mapping.h>