Skip to content

Commit

Permalink
net/9p/trans_xen.c: don't inclide rwlock.h directly
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sebastian Andrzej Siewior authored and Linus Torvalds committed Jun 8, 2018
1 parent 478ae0c commit e56ee57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/9p/trans_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/rwlock.h>
#include <net/9p/9p.h>
#include <net/9p/client.h>
#include <net/9p/transport.h>
Expand Down

0 comments on commit e56ee57

Please sign in to comment.