From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from warthog.procyon.org.uk ([90.155.74.18]:53165 "EHLO warthog.procyon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760715Ab2FVAMa (ORCPT ); Thu, 21 Jun 2012 20:12:30 -0400 From: David Howells In-Reply-To: <1340306466.1773.60.camel@x61.thuisdomein> References: <1340306466.1773.60.camel@x61.thuisdomein> 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> Sender: linux-kbuild-owner@vger.kernel.org List-ID: 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]