Commit 459dac82 authored by Paul Bolle's avatar Paul Bolle Committed by Michal Marek

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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 00cd7dc7
...@@ -42,7 +42,6 @@ generic-y += percpu.h ...@@ -42,7 +42,6 @@ generic-y += percpu.h
generic-y += poll.h generic-y += poll.h
generic-y += posix_types.h generic-y += posix_types.h
generic-y += resource.h generic-y += resource.h
generic-y += rmap.h
generic-y += scatterlist.h generic-y += scatterlist.h
generic-y += sections.h generic-y += sections.h
generic-y += segment.h generic-y += segment.h
......
/*
* 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment