Skip to content

Commit a494ee6

Browse files
Sebastian Andrzej Siewiorbostrovs
authored andcommitted
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 <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Reviewed-by: Stefano Stabellini <[email protected]> Signed-off-by: Boris Ostrovsky <[email protected]>
1 parent 5266b8e commit a494ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/xen/p2m.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <linux/bootmem.h>
22
#include <linux/gfp.h>
33
#include <linux/export.h>
4-
#include <linux/rwlock.h>
4+
#include <linux/spinlock.h>
55
#include <linux/slab.h>
66
#include <linux/types.h>
77
#include <linux/dma-mapping.h>

0 commit comments

Comments
 (0)