From mboxrd@z Thu Jan 1 00:00:00 1970 From: davidb@codeaurora.org (David Brown) Date: Tue, 11 Sep 2012 14:07:26 -0700 Subject: [PATCH 05/16] ARM: msm: move platform_data definitions In-Reply-To: <1347368390-31252-5-git-send-email-arnd@arndb.de> References: <1347368350-31212-1-git-send-email-arnd@arndb.de> <1347368390-31252-1-git-send-email-arnd@arndb.de> <1347368390-31252-5-git-send-email-arnd@arndb.de> Message-ID: <20120911210726.GA17002@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Sep 11, 2012 at 02:59:39PM +0200, Arnd Bergmann wrote: > Platform data for device drivers should be defined in > include/linux/platform_data/*.h, not in the architecture > and platform specific directories. > > This moves such data out of the msm include directories > > Signed-off-by: Arnd Bergmann > Cc: David Brown > Cc: Daniel Walker > Cc: Bryan Huntsman > Cc: Chris Ball > Cc: Florian Tobias Schandinat > Cc: linux-arm-msm at vger.kernel.org > --- > arch/arm/mach-msm/board-qsd8x50.c | 2 +- > arch/arm/mach-msm/board-trout-mmc.c | 2 +- > arch/arm/mach-msm/board-trout-panel.c | 2 +- > arch/arm/mach-msm/devices-msm7x00.c | 2 +- > arch/arm/mach-msm/devices-msm7x30.c | 2 +- > arch/arm/mach-msm/devices-qsd8x50.c | 2 +- > arch/arm/mach-msm/include/mach/board.h | 2 +- > drivers/mmc/host/msm_sdcc.c | 2 +- > drivers/video/msm/mddi.c | 2 +- > drivers/video/msm/mddi_client_dummy.c | 2 +- > drivers/video/msm/mddi_client_nt35399.c | 2 +- > drivers/video/msm/mddi_client_toshiba.c | 2 +- > drivers/video/msm/mdp.c | 2 +- > drivers/video/msm/mdp_hw.h | 2 +- > drivers/video/msm/mdp_ppp.c | 2 +- > drivers/video/msm/msm_fb.c | 2 +- > .../include/mach/mmc.h => include/linux/platform_data/mmc-msm_sdcc.h | 0 > .../mach/msm_fb.h => include/linux/platform_data/video-msm_fb.h | 0 > 18 files changed, 16 insertions(+), 16 deletions(-) > rename arch/arm/mach-msm/include/mach/mmc.h => include/linux/platform_data/mmc-msm_sdcc.h (100%) > rename arch/arm/mach-msm/include/mach/msm_fb.h => include/linux/platform_data/video-msm_fb.h (100%) Acked-by: David Brown -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation