From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 2/3] Remove useless wrappers of asm-generic/ipc.h Date: Fri, 22 Jun 2012 00:08:51 +0100 Message-ID: <32480.1340320131@redhat.com> References: <1340306466.1773.60.camel@x61.thuisdomein> Return-path: In-Reply-To: <1340306466.1773.60.camel@x61.thuisdomein> Sender: linux-kernel-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Bolle Cc: dhowells@redhat.com, Michal Marek , linux-kbuild@vger.kernel.org, Richard Kuo , linux-hexagon@vger.kernel.org, linux-am33-list@redhat.com, Chris Metcalf , linux-kernel@vger.kernel.org Paul Bolle wrote: > mn10300 has a header (in its include/asm directory) that is a thin > wrapper around asm-generic/ipc.h. This wrapper is useless, since that > header doesn't exist. It is also unused (no file includes asm/ipc.h). > > hexagon and tile generate similar headers at build time (using a > generic-y entry in include/asm/Kbuild). These generated headers are > useless and unused too. > > Remove this header and these generic-y entries. > > Signed-off-by: Paul Bolle Acked-by: David Howells [MN10300]