提交 0a2f505e 编写于 作者: L Lars-Peter Clausen 提交者: Arnd Bergmann

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: NLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 9ab9da5e
......@@ -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
#ifndef __MMU_H
#define __MMU_H
/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
typedef struct {
unsigned long end_brk;
} mm_context_t;
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册