From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 2/4] ARM: mach-s5p: get rid of all headers Date: Wed, 04 Jun 2014 15:58:28 +0200 Message-ID: <4544212.mqY6dSouMv@wuerfel> References: <1401888838-3126-1-git-send-email-linus.walleij@linaro.org> <1401888838-3126-3-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.17.10]:53875 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753638AbaFDN65 (ORCPT ); Wed, 4 Jun 2014 09:58:57 -0400 In-Reply-To: <1401888838-3126-3-git-send-email-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Linus Walleij , linux-gpio@vger.kernel.org, Alexandre Courbot On Wednesday 04 June 2014 15:33:56 Linus Walleij wrote: > This renames all the local headers in the S5P platforms > to indicating a scope local to this platform, > and cuts the implicit inclusion of from > by removing the use of NEED_MACH_GPIO_H from all S5P variants. > > Signed-off-by: Linus Walleij > Hmm, this patch will obviously clash with the removal of S5p64xx and s5pc100. It shouldn't be hard to resolve the conflict when we merge both into arm-soc/next/cleanup, but maybe there is a way to avoid it? Arnd