diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-21 21:21:37 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2012-06-28 11:29:26 +0200 |
commit | 459dac82b587cc4afe6e04b43c8e8b25e78bda15 (patch) | |
tree | dc874c2d9381909abd3a2798d0161c3b5f06c6be /arch/xtensa | |
parent | 00cd7dc702147f9ce1838f2193f36b7e6c8b9b2d (diff) | |
download | op-kernel-dev-459dac82b587cc4afe6e04b43c8e8b25e78bda15.zip op-kernel-dev-459dac82b587cc4afe6e04b43c8e8b25e78bda15.tar.gz |
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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/asm/rmap.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/xtensa/include/asm/rmap.h b/arch/xtensa/include/asm/rmap.h deleted file mode 100644 index 649588b..0000000 --- a/arch/xtensa/include/asm/rmap.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * include/asm-xtensa/rmap.h - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 2001 - 2005 Tensilica Inc. - */ - -#ifndef _XTENSA_RMAP_H -#define _XTENSA_RMAP_H - -#include <asm-generic/rmap.h> - -#endif |