From: Sebastian Andrzej Siewior Date: Fri, 8 Jun 2018 00:05:10 +0000 (-0700) Subject: net/9p/trans_xen.c: don't inclide rwlock.h directly X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e56ee574bc46b9734066008b3dc105bd7d4cbc0c;p=linux.git net/9p/trans_xen.c: 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. Link: http://lkml.kernel.org/r/20180504100319.11880-1-bigeasy@linutronix.de Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Andrew Morton Cc: Eric Van Hensbergen Cc: Ron Minnich Cc: Latchesar Ionkov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 0f19960390a67..2e2b8bca54f33 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c @@ -38,7 +38,6 @@ #include #include -#include #include #include #include