Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a2f505e authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Arnd Bergmann
Browse files

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: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 9ab9da5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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

arch/h8300/include/asm/mmu.h

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
#ifndef __MMU_H
#define __MMU_H

/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */

typedef struct {
	unsigned long		end_brk;
} mm_context_t;

#endif