Skip to content

Commit fb9de7e

Browse files
larsclausenarndb
authored andcommitted
xtensa: Use generic asm/mmu.h for nommu
The nommu portion of mmu.h of the extensa platform is basically the same as the asm-generic mmu.h. So use it instead. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Chris Zankel <chris@zankel.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 0a2f505 commit fb9de7e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

arch/xtensa/include/asm/mmu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define _XTENSA_MMU_H
1313

1414
#ifndef CONFIG_MMU
15-
#include <asm/nommu.h>
15+
#include <asm-generic/mmu.h>
1616
#else
1717

1818
/* Default "unsigned long" context */

arch/xtensa/include/asm/nommu.h

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)