Remove useless wrappers of asm-generic/rmap.h
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 21 Jun 2012 19:21:37 +0000 (21:21 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 28 Jun 2012 09:29:26 +0000 (11:29 +0200)
commit459dac82b587cc4afe6e04b43c8e8b25e78bda15
treedc874c2d9381909abd3a2798d0161c3b5f06c6be
parent00cd7dc702147f9ce1838f2193f36b7e6c8b9b2d
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>
arch/openrisc/include/asm/Kbuild
arch/xtensa/include/asm/rmap.h [deleted file]