diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-12-01 08:24:43 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-12-09 17:14:15 -0500 |
commit | 0a2f505ee721f0b5480464673ca71520c0ac2eb6 (patch) | |
tree | 085d367e37d86d0e2b4d2703645dac521a25b556 /arch/h8300/include/asm/mmu.h | |
parent | 9ab9da5ee2adc2b98ce7cc13a7f1cc900d2bee5a (diff) |
h8300: Use generic asm/mmu.h
h8300's asm/mmu.h is basically identical to asm-generic/mmu.h, so use it instead
of the custom version.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/h8300/include/asm/mmu.h')
-rw-r--r-- | arch/h8300/include/asm/mmu.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/h8300/include/asm/mmu.h b/arch/h8300/include/asm/mmu.h deleted file mode 100644 index 31309969df70..000000000000 --- a/arch/h8300/include/asm/mmu.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #ifndef __MMU_H | ||
2 | #define __MMU_H | ||
3 | |||
4 | /* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */ | ||
5 | |||
6 | typedef struct { | ||
7 | unsigned long end_brk; | ||
8 | } mm_context_t; | ||
9 | |||
10 | #endif | ||