From: Sebastian Andrzej Siewior Date: Thu, 5 Oct 2017 12:56:53 +0000 (+0200) Subject: arm/xen: don't inclide rwlock.h directly. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a494ee6cfd771c2b37721a18a1c9209b61bdf81d;p=openwrt%2Fstaging%2Fblogic.git 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 Cc: xen-devel@lists.xenproject.org Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Stefano Stabellini Signed-off-by: Boris Ostrovsky --- diff --git a/arch/arm/xen/p2m.c b/arch/arm/xen/p2m.c index e71eefa2e427..0641ba54ab62 100644 --- a/arch/arm/xen/p2m.c +++ b/arch/arm/xen/p2m.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include #include #include