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)
commit9cbef73cb657ff795c130cccfed251f0ae923abb
treeaac1af3d851961cf9da31be0330858a82b8e6f4a
parent0f762426769a517d5b278e4e5d579fcea6801734
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]