Skip to content

Commit

Permalink
xtensa: Use generic asm/mmu.h for nommu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lars-Peter Clausen authored and Arnd Bergmann committed Dec 9, 2012
1 parent 0a2f505 commit fb9de7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion arch/xtensa/include/asm/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define _XTENSA_MMU_H

#ifndef CONFIG_MMU
#include <asm/nommu.h>
#include <asm-generic/mmu.h>
#else

/* Default "unsigned long" context */
Expand Down
3 changes: 0 additions & 3 deletions arch/xtensa/include/asm/nommu.h

This file was deleted.

0 comments on commit fb9de7e

Please sign in to comment.