diff options
-rw-r--r-- | arch/openrisc/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/xtensa/include/asm/rmap.h | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild index 08484f7665ad..0922959663a0 100644 --- a/arch/openrisc/include/asm/Kbuild +++ b/arch/openrisc/include/asm/Kbuild | |||
@@ -42,7 +42,6 @@ generic-y += percpu.h | |||
42 | generic-y += poll.h | 42 | generic-y += poll.h |
43 | generic-y += posix_types.h | 43 | generic-y += posix_types.h |
44 | generic-y += resource.h | 44 | generic-y += resource.h |
45 | generic-y += rmap.h | ||
46 | generic-y += scatterlist.h | 45 | generic-y += scatterlist.h |
47 | generic-y += sections.h | 46 | generic-y += sections.h |
48 | generic-y += segment.h | 47 | generic-y += segment.h |
diff --git a/arch/xtensa/include/asm/rmap.h b/arch/xtensa/include/asm/rmap.h deleted file mode 100644 index 649588b7e9ad..000000000000 --- a/arch/xtensa/include/asm/rmap.h +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | /* | ||
2 | * include/asm-xtensa/rmap.h | ||
3 | * | ||
4 | * This file is subject to the terms and conditions of the GNU General Public | ||
5 | * License. See the file "COPYING" in the main directory of this archive | ||
6 | * for more details. | ||
7 | * | ||
8 | * Copyright (C) 2001 - 2005 Tensilica Inc. | ||
9 | */ | ||
10 | |||
11 | #ifndef _XTENSA_RMAP_H | ||
12 | #define _XTENSA_RMAP_H | ||
13 | |||
14 | #include <asm-generic/rmap.h> | ||
15 | |||
16 | #endif | ||