From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH] ARM: S3C[24|64]xx: move includes back under scope Date: Tue, 14 Jan 2014 15:19:36 +0100 Message-ID: <2305953.5h9ERW0lIo@phil> References: <1389707618-17011-1-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 gloria.sntech.de ([95.129.55.99]:51088 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbaANOUE (ORCPT ); Tue, 14 Jan 2014 09:20:04 -0500 In-Reply-To: <1389707618-17011-1-git-send-email-linus.walleij@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Kukjin Kim , Ben Dooks , Arnd Bergmann , Tomasz Figa , Sylwester Nawrocki , Mark Brown Am Dienstag, 14. Januar 2014, 14:53:38 schrieb Linus Walleij: > When refactoring and breaking out the includes for the > machine-specific GPIO configuration, two files were created > in , but as > that namespace shall be used for defining data exchanged > between machines and drivers, using it for these broad macros > and config settings is wrong. > > Move the headers back into the machine-local > file and think about the next step. > > Reported-by: Arnd Bergmann > Cc: Tomasz Figa > Cc: Sylwester Nawrocki > Cc: Ben Dooks > Cc: Kukjin Kim > Cc: Heiko Stuebner > Cc: Mark Brown > Cc: linux-samsung-soc@vger.kernel.org > Signed-off-by: Linus Walleij > --- > Maintainers (Kukjin especially) - it'd be nice with a speedy > ACK if this looks OK. I will put it into linux-next immediately > so things are in order and smoketested for the merge window. > --- Acked-by: Heiko Stuebner