Skip to content

Commit

Permalink
Remove useless wrappers of asm-generic/rmap.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and Michal Marek committed Jun 28, 2012
1 parent 00cd7dc commit 459dac8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion arch/openrisc/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ generic-y += percpu.h
generic-y += poll.h
generic-y += posix_types.h
generic-y += resource.h
generic-y += rmap.h
generic-y += scatterlist.h
generic-y += sections.h
generic-y += segment.h
Expand Down
16 changes: 0 additions & 16 deletions arch/xtensa/include/asm/rmap.h

This file was deleted.

0 comments on commit 459dac8

Please sign in to comment.