diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2018-06-07 20:05:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-07 20:34:34 -0400 |
commit | e56ee574bc46b9734066008b3dc105bd7d4cbc0c (patch) | |
tree | dd191b6563c728820c9f6c7dfb2a8d10947c2f19 /net/9p | |
parent | 478ae0ca08c239e83803191317ae99d66708306c (diff) |
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 <bigeasy@linutronix.de>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@sandia.gov>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/9p')
-rw-r--r-- | net/9p/trans_xen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/9p/trans_xen.c b/net/9p/trans_xen.c index 0f19960390a6..2e2b8bca54f3 100644 --- a/net/9p/trans_xen.c +++ b/net/9p/trans_xen.c | |||
@@ -38,7 +38,6 @@ | |||
38 | 38 | ||
39 | #include <linux/module.h> | 39 | #include <linux/module.h> |
40 | #include <linux/spinlock.h> | 40 | #include <linux/spinlock.h> |
41 | #include <linux/rwlock.h> | ||
42 | #include <net/9p/9p.h> | 41 | #include <net/9p/9p.h> |
43 | #include <net/9p/client.h> | 42 | #include <net/9p/client.h> |
44 | #include <net/9p/transport.h> | 43 | #include <net/9p/transport.h> |