diff options
author | Thomas Gleixner <[email protected]> | 2020-11-03 10:27:30 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-11-06 23:14:58 +0100 |
commit | d7029e4549691ecaf1ead536d3322a00bda85659 (patch) | |
tree | 954adcbe4a62e4dcfbfbb736e415f47922f146e5 /arch/openrisc/mm/ioremap.c | |
parent | 629ed3f7dad2a914b3a89fad49b358e363e3e6d1 (diff) |
highmem: Get rid of kmap_types.h
The header is not longer used and on alpha, ia64, openrisc, parisc and um
it was completely unused anyway as these architectures have no highmem
support.
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/openrisc/mm/ioremap.c')
-rw-r--r-- | arch/openrisc/mm/ioremap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/mm/ioremap.c b/arch/openrisc/mm/ioremap.c index a978590d802d..5aed97a18bac 100644 --- a/arch/openrisc/mm/ioremap.c +++ b/arch/openrisc/mm/ioremap.c @@ -15,7 +15,6 @@ #include <linux/io.h> #include <linux/pgtable.h> #include <asm/pgalloc.h> -#include <asm/kmap_types.h> #include <asm/fixmap.h> #include <asm/bug.h> #include <linux/sched.h> |