diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-11-03 10:27:30 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-11-06 23:14:58 +0100 |
commit | d7029e4549691ecaf1ead536d3322a00bda85659 (patch) | |
tree | 954adcbe4a62e4dcfbfbb736e415f47922f146e5 /arch/um/include/asm/fixmap.h | |
parent | xtensa/mm/highmem: Switch to generic kmap atomic (diff) | |
download | linux-d7029e4549691ecaf1ead536d3322a00bda85659.tar.xz linux-d7029e4549691ecaf1ead536d3322a00bda85659.zip |
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 <tglx@linutronix.de>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20201103095858.422094352@linutronix.de
Diffstat (limited to 'arch/um/include/asm/fixmap.h')
-rw-r--r-- | arch/um/include/asm/fixmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/asm/fixmap.h b/arch/um/include/asm/fixmap.h index 2c697a145ac1..2efac5827188 100644 --- a/arch/um/include/asm/fixmap.h +++ b/arch/um/include/asm/fixmap.h @@ -3,7 +3,6 @@ #define __UM_FIXMAP_H #include <asm/processor.h> -#include <asm/kmap_types.h> #include <asm/archparam.h> #include <asm/page.h> #include <linux/threads.h> |