From: Paul Bolle Date: Thu, 21 Jun 2012 19:21:37 +0000 (+0200) Subject: Remove useless wrappers of asm-generic/rmap.h X-Git-Tag: v3.6-rc1~51^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=459dac82b587cc4afe6e04b43c8e8b25e78bda15;p=pandora-kernel.git 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed