From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:55111 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753165Ab2F1Jb2 (ORCPT ); Thu, 28 Jun 2012 05:31:28 -0400 Message-ID: <4FEC246B.7070800@suse.cz> Date: Thu, 28 Jun 2012 11:31:23 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH 3/3] Remove useless wrappers of asm-generic/rmap.h References: <1340306497.1773.61.camel@x61.thuisdomein> In-Reply-To: <1340306497.1773.61.camel@x61.thuisdomein> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Paul Bolle Cc: linux-kbuild@vger.kernel.org, Jonas Bonn , linux@lists.openrisc.net, Chris Zankel , linux-kernel@vger.kernel.org On 21.6.2012 21:21, Paul Bolle wrote: > 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 Applied to kbuild.git#trivial. Michal