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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Fixes: 94f8992 ("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]>
  • Loading branch information
npiggin authored and arndb 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.