Skip to content

Commit

Permalink
h8300: Fix generic mmu_context build
Browse files Browse the repository at this point in the history
h8300 missed the generic nommu header conversion.

Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: uclinux-h8-devel@lists.sourceforge.jp
Cc: linux-mm@kvack.org
Fixes: 94f8992 ("asm-generic: add generic MMU versions of mmu context functions")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Nicholas Piggin authored and Arnd Bergmann committed Nov 16, 2020
1 parent 2040a6b commit c363442
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/h8300/include/asm/mmu_context.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit c363442

Please sign in to comment.