aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/kmap_types.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-11-03 10:27:16 +0100
committerThomas Gleixner <tglx@linutronix.de>2020-11-06 23:14:54 +0100
commit673afbace459ae6fd8d03bda410e0a9f10438c99 (patch)
tree221a76616bb3bb557d7aa4fc275dc9f7ad5d4026 /arch/sh/include/asm/kmap_types.h
parentfs: Remove asm/kmap_types.h includes (diff)
downloadlinux-dev-673afbace459ae6fd8d03bda410e0a9f10438c99.tar.xz
linux-dev-673afbace459ae6fd8d03bda410e0a9f10438c99.zip
sh/highmem: Remove all traces of unused cruft
For whatever reasons SH has highmem bits all over the place but does not enable it via Kconfig. Remove the bitrot. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andrew Morton <akpm@linux-foundation.org> Link: https://lore.kernel.org/r/20201103095856.979798613@linutronix.de Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: Rich Felker <dalias@libc.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/include/asm/kmap_types.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/sh/include/asm/kmap_types.h b/arch/sh/include/asm/kmap_types.h
deleted file mode 100644
index b78107f923dd..000000000000
--- a/arch/sh/include/asm/kmap_types.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __SH_KMAP_TYPES_H
-#define __SH_KMAP_TYPES_H
-
-/* Dummy header just to define km_type. */
-
-#ifdef CONFIG_DEBUG_HIGHMEM
-#define __WITH_KM_FENCE
-#endif
-
-#include <asm-generic/kmap_types.h>
-
-#undef __WITH_KM_FENCE
-
-#endif