diff mbox series

[kvm-unit-tests,v2,2/3] s390x: tprot: use lib include for mmu.h

Message ID 20220421085021.1651688-3-nrb@linux.ibm.com (mailing list archive)
State Mainlined, archived
Headers show
Series Misc maintenance fixes 2022-04 | expand

Commit Message

Nico Boehr April 21, 2022, 8:50 a.m. UTC
mmu.h should come from the library includes

Signed-off-by: Nico Boehr <nrb@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
---
 s390x/tprot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/s390x/tprot.c b/s390x/tprot.c
index 460a0db7ffcf..760e7ecdf914 100644
--- a/s390x/tprot.c
+++ b/s390x/tprot.c
@@ -12,7 +12,7 @@ 
 #include <bitops.h>
 #include <asm/pgtable.h>
 #include <asm/interrupt.h>
-#include "mmu.h"
+#include <mmu.h>
 #include <vmalloc.h>
 #include <sclp.h>