aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2012-06-21 15:21:37 -0400
committerMichal Marek <mmarek@suse.cz>2012-06-28 05:29:26 -0400
commit459dac82b587cc4afe6e04b43c8e8b25e78bda15 (patch)
treedc874c2d9381909abd3a2798d0161c3b5f06c6be
parent00cd7dc702147f9ce1838f2193f36b7e6c8b9b2d (diff)
Remove useless wrappers of asm-generic/rmap.h
xtensa has a header (in its include/asm directory) that is a thin wrapper around asm-generic/rmap.h. This wrapper is useless, since that header doesn't exist. It is also unused (no file includes asm/rmap.h). openrisc generates a similar header at build time (using a generic-y entry in include/asm/Kbuild). This generated header is useless and unused too. Remove this header and this generic-y entry. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r--arch/openrisc/include/asm/Kbuild1
-rw-r--r--arch/xtensa/include/asm/rmap.h16
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
42generic-y += poll.h 42generic-y += poll.h
43generic-y += posix_types.h 43generic-y += posix_types.h
44generic-y += resource.h 44generic-y += resource.h
45generic-y += rmap.h
46generic-y += scatterlist.h 45generic-y += scatterlist.h
47generic-y += sections.h 46generic-y += sections.h
48generic-y += segment.h 47generic-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