From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ball Subject: Re: [PATCH 09/16] ARM: tegra: move platform_data definitions Date: Tue, 11 Sep 2012 11:42:02 -0400 Message-ID: <871ui8y3at.fsf@octavius.laptop.org> References: <1347368350-31212-1-git-send-email-arnd@arndb.de> <1347368390-31252-1-git-send-email-arnd@arndb.de> <1347368390-31252-9-git-send-email-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1347368390-31252-9-git-send-email-arnd-r2nGTMty4D4@public.gmane.org> (Arnd Bergmann's message of "Tue, 11 Sep 2012 14:59:43 +0200") Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Arnd Bergmann Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King , Colin Cross , Olof Johansson , Stephen Warren , Dmitry Torokhov , Liam Girdwood , Mark Brown , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-tegra@vger.kernel.org Hi Arnd, On Tue, Sep 11 2012, Arnd Bergmann wrote: > diff --git a/arch/arm/mach-tegra/include/mach/sdhci.h > b/include/linux/platform_data/mmc-sdhci-tegra.h > similarity index 100% > rename from arch/arm/mach-tegra/include/mach/sdhci.h > rename to include/linux/platform_data/mmc-sdhci-tegra.h Looks like you aren't renaming the idempotency guards, so e.g. include/linux/platform_data/mmc-sdhci-tegra.h will contain: #ifndef __ASM_ARM_ARCH_TEGRA_SDHCI_H #define __ASM_ARM_ARCH_TEGRA_SDHCI_H Is that intentional? Thanks, - Chris. -- Chris Ball One Laptop Per Child From mboxrd@z Thu Jan 1 00:00:00 1970 From: cjb@laptop.org (Chris Ball) Date: Tue, 11 Sep 2012 11:42:02 -0400 Subject: [PATCH 09/16] ARM: tegra: move platform_data definitions In-Reply-To: <1347368390-31252-9-git-send-email-arnd@arndb.de> (Arnd Bergmann's message of "Tue, 11 Sep 2012 14:59:43 +0200") References: <1347368350-31212-1-git-send-email-arnd@arndb.de> <1347368390-31252-1-git-send-email-arnd@arndb.de> <1347368390-31252-9-git-send-email-arnd@arndb.de> Message-ID: <871ui8y3at.fsf@octavius.laptop.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd, On Tue, Sep 11 2012, Arnd Bergmann wrote: > diff --git a/arch/arm/mach-tegra/include/mach/sdhci.h > b/include/linux/platform_data/mmc-sdhci-tegra.h > similarity index 100% > rename from arch/arm/mach-tegra/include/mach/sdhci.h > rename to include/linux/platform_data/mmc-sdhci-tegra.h Looks like you aren't renaming the idempotency guards, so e.g. include/linux/platform_data/mmc-sdhci-tegra.h will contain: #ifndef __ASM_ARM_ARCH_TEGRA_SDHCI_H #define __ASM_ARM_ARCH_TEGRA_SDHCI_H Is that intentional? Thanks, - Chris. -- Chris Ball One Laptop Per Child From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757530Ab2IKPmS (ORCPT ); Tue, 11 Sep 2012 11:42:18 -0400 Received: from void.printf.net ([89.145.121.20]:41462 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754434Ab2IKPmQ (ORCPT ); Tue, 11 Sep 2012 11:42:16 -0400 From: Chris Ball To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Russell King , Colin Cross , Olof Johansson , Stephen Warren , Dmitry Torokhov , Liam Girdwood , Mark Brown , linux-tegra@vger.kernel.org Subject: Re: [PATCH 09/16] ARM: tegra: move platform_data definitions References: <1347368350-31212-1-git-send-email-arnd@arndb.de> <1347368390-31252-1-git-send-email-arnd@arndb.de> <1347368390-31252-9-git-send-email-arnd@arndb.de> Date: Tue, 11 Sep 2012 11:42:02 -0400 In-Reply-To: <1347368390-31252-9-git-send-email-arnd@arndb.de> (Arnd Bergmann's message of "Tue, 11 Sep 2012 14:59:43 +0200") Message-ID: <871ui8y3at.fsf@octavius.laptop.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On Tue, Sep 11 2012, Arnd Bergmann wrote: > diff --git a/arch/arm/mach-tegra/include/mach/sdhci.h > b/include/linux/platform_data/mmc-sdhci-tegra.h > similarity index 100% > rename from arch/arm/mach-tegra/include/mach/sdhci.h > rename to include/linux/platform_data/mmc-sdhci-tegra.h Looks like you aren't renaming the idempotency guards, so e.g. include/linux/platform_data/mmc-sdhci-tegra.h will contain: #ifndef __ASM_ARM_ARCH_TEGRA_SDHCI_H #define __ASM_ARM_ARCH_TEGRA_SDHCI_H Is that intentional? Thanks, - Chris. -- Chris Ball One Laptop Per Child