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 <arnd@xxxxxxxx> > Cc: David Brown <davidb@xxxxxxxxxxxxxx> > Cc: Daniel Walker <dwalker@xxxxxxxxxx> > Cc: Bryan Huntsman <bryanh@xxxxxxxxxxxxxx> > Cc: Chris Ball <cjb@xxxxxxxxxx> > Cc: Florian Tobias Schandinat <FlorianSchandinat@xxxxxx> > Cc: linux-arm-msm@xxxxxxxxxxxxxxx > --- > 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 <davidb@xxxxxxxxxxxxxx> -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html