diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-12-01 17:24:43 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-12-10 02:14:15 +0400 |
commit | 0a2f505ee721f0b5480464673ca71520c0ac2eb6 (patch) | |
tree | 085d367e37d86d0e2b4d2703645dac521a25b556 /arch/h8300/include/asm/Kbuild | |
parent | 9ab9da5ee2adc2b98ce7cc13a7f1cc900d2bee5a (diff) | |
download | linux-0a2f505ee721f0b5480464673ca71520c0ac2eb6.tar.xz |
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/Kbuild')
-rw-r--r-- | arch/h8300/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild index 50bbf387b2f8..173de77e5933 100644 --- a/arch/h8300/include/asm/Kbuild +++ b/arch/h8300/include/asm/Kbuild @@ -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 |