From: Nicholas Piggin Date: Mon, 16 Nov 2020 02:29:09 +0000 (+1000) Subject: h8300: Fix generic mmu_context build X-Git-Tag: v5.11-rc1~131^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3634425ff9454510876a26e9e9738788bb88abd;p=thirdparty%2Fkernel%2Fstable.git h8300: Fix generic mmu_context build h8300 missed the generic nommu header conversion. Cc: Yoshinori Sato Cc: uclinux-h8-devel@lists.sourceforge.jp Cc: linux-mm@kvack.org Fixes: 94f89922e1e0 ("asm-generic: add generic MMU versions of mmu context functions") Reported-by: kernel test robot Signed-off-by: Nicholas Piggin Signed-off-by: Arnd Bergmann --- diff --git a/arch/h8300/include/asm/mmu_context.h b/arch/h8300/include/asm/mmu_context.h new file mode 100644 index 0000000000000..a9f550f5b5ec8 --- /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 + +#endif /* _ASM_H8300_MMU_CONTEXT_H */