diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2020-12-18 14:07:58 +0000 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-02-12 21:27:43 +0100 |
commit | 731ecea3e5495aa6bd3cb8587f5267cf5e4220e2 (patch) | |
tree | ff4669f2ecdaf3c610c96239e6e0101014d3af15 /include/asm-generic/Kbuild | |
parent | 3a5f4154741f9e0a6fad06020d07533b76e0057e (diff) |
mm: Remove arch_remap() and mm-arch-hooks.h
powerpc was the last provider of arch_remap() and the last
user of mm-arch-hooks.h.
Since commit 526a9c4a7234 ("powerpc/vdso: Provide vdso_remap()"),
arch_remap() hence mm-arch-hooks.h are not used anymore.
Remove them.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'include/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 267f6dfb8960..7282c0f50c85 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild @@ -35,7 +35,6 @@ mandatory-y += kprobes.h mandatory-y += linkage.h mandatory-y += local.h mandatory-y += local64.h -mandatory-y += mm-arch-hooks.h mandatory-y += mmiowb.h mandatory-y += mmu.h mandatory-y += mmu_context.h |