aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Piggin <[email protected]>2020-11-16 12:29:09 +1000
committerArnd Bergmann <[email protected]>2020-11-16 16:53:52 +0100
commitc3634425ff9454510876a26e9e9738788bb88abd (patch)
tree8891e2661b0b6b98c6f6d3bf7d5d0e4164c9953e
parent2040a6bf90b530165cc86dfa879d5daa3b85f220 (diff)
h8300: Fix generic mmu_context build
h8300 missed the generic nommu header conversion. Cc: Yoshinori Sato <[email protected]> Cc: [email protected] Cc: [email protected] Fixes: 94f89922e1e0 ("asm-generic: add generic MMU versions of mmu context functions") Reported-by: kernel test robot <[email protected]> Signed-off-by: Nicholas Piggin <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/h8300/include/asm/mmu_context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/mmu_context.h b/arch/h8300/include/asm/mmu_context.h
new file mode 100644
index 000000000000..a9f550f5b5ec
--- /dev/null
+++ b/arch/h8300/include/asm/mmu_context.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_H8300_MMU_CONTEXT_H
+#define _ASM_H8300_MMU_CONTEXT_H
+
+#include <asm-generic/nommu_context.h>
+
+#endif /* _ASM_H8300_MMU_CONTEXT_H */