dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Lars-Peter Clausen 2012-12-01 14:24:43 +01:00 committed by Arnd Bergmann
parent 9ab9da5ee2
commit 0a2f505ee7
2 changed files with 1 additions and 10 deletions

View File

@ -2,4 +2,5 @@ include include/asm-generic/Kbuild.asm
generic-y += clkdev.h
generic-y += exec.h
generic-y += mmu.h
generic-y += module.h

View File

@ -1,10 +0,0 @@
#ifndef __MMU_H
#define __MMU_H
/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
typedef struct {
unsigned long end_brk;
} mm_context_t;
#endif