]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: tegra: move sdhci platform_data definition
authorArnd Bergmann <arnd@arndb.de>
Wed, 12 Sep 2012 16:15:42 +0000 (18:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 09:18:57 +0000 (11:18 +0200)
commite35742b034a29a1c00f12ab6d0a7ab779abc8f83
tree9bb7846ff60840886c918c23ca71d7f5f8ccad0e
parenta1fd844c6e620f90d5c27713fddcec067abe9572
ARM: tegra: move sdhci platform_data definition

Platform data for device drivers should be defined in
include/linux/platform_data/*.h, not in the architecture
and platform specific directories.

This the definitions for the tegra sdhci driver out of
the tegra include directories, which is the last one
for this platform.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Chris Ball <cjb@laptop.org>
arch/arm/mach-tegra/board-harmony.c
arch/arm/mach-tegra/board-paz00.c
arch/arm/mach-tegra/board-trimslice.c
drivers/mmc/host/sdhci-tegra.c
include/linux/platform_data/mmc-sdhci-tegra.h [moved from arch/arm/mach-tegra/include/mach/sdhci.h with 84% similarity]