]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: atmel-mci: move mach header to platform_data
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 17 Oct 2014 08:26:36 +0000 (10:26 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:37 +0000 (12:40 +0100)
commit39925ec42a1e0739bd848b823a9db1e6863a49a7
treeaac1af3d851961cf9da31be0330858a82b8e6f4a
parente9928069dbea9747a171eec05e12415e2ddc3c78
mmc: atmel-mci: move mach header to platform_data

Move the mach header that can come either from arm/mach-at91 or avr32 to
platform_data to be able to switch the AT91 platforms to multiplatform.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
[Ulf: Fixed compile error]
drivers/mmc/host/atmel-mci.c
include/linux/platform_data/mmc-atmel-mci.h [new file with mode: 0644]