Skip to content

Commit 3b4863f

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
vduse: Remove include of rwlock.h
rwlock.h should not be included directly. Instead linux/splinlock.h should be included. Including it directly will break the RT build. Remove the rwlock.h include. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Acked-by: Michael S. Tsirkin <[email protected]>
1 parent 2edcedc commit 3b4863f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/vdpa/vdpa_user/iova_domain.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <linux/iova.h>
1515
#include <linux/dma-mapping.h>
1616
#include <linux/vhost_iotlb.h>
17-
#include <linux/rwlock.h>
1817

1918
#define IOVA_START_PFN 1
2019

0 commit comments

Comments
 (0)