aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/kmap_types.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2012-05-30 15:49:59 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-06-10 10:18:25 +0200
commit2bbc89a8e9c652ee71c6c3b2e0679b7ecedb1a09 (patch)
tree88f9b8f32b6f9619974dfb62f9bc75d13ee9e1b4 /arch/m68k/include/asm/kmap_types.h
parentm68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user() (diff)
downloadlinux-dev-2bbc89a8e9c652ee71c6c3b2e0679b7ecedb1a09.tar.xz
linux-dev-2bbc89a8e9c652ee71c6c3b2e0679b7ecedb1a09.zip
m68k: Use Kbuild logic to import asm-generic headers
Replace all headers files that just include their asm-generic version by Kbuild logic Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/kmap_types.h')
-rw-r--r--arch/m68k/include/asm/kmap_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/kmap_types.h b/arch/m68k/include/asm/kmap_types.h
deleted file mode 100644
index 3413cc1390ec..000000000000
--- a/arch/m68k/include/asm/kmap_types.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __ASM_M68K_KMAP_TYPES_H
-#define __ASM_M68K_KMAP_TYPES_H
-
-#include <asm-generic/kmap_types.h>
-
-#endif /* __ASM_M68K_KMAP_TYPES_H */