diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-06-03 22:12:22 -0700 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-11 17:32:24 +0900 |
commit | 31b2eaccd60c3480ad81a3302faed463fdc5df12 (patch) | |
tree | 5e0ea6626f92be1d2a861ff3f88403641822b7b7 /arch/arm/mach-shmobile/include | |
parent | 8b89797f3273e6e1574e1727f73dc8ac7d5f5a9c (diff) | |
download | linux-31b2eaccd60c3480ad81a3302faed463fdc5df12.tar.gz linux-31b2eaccd60c3480ad81a3302faed463fdc5df12.tar.bz2 linux-31b2eaccd60c3480ad81a3302faed463fdc5df12.zip |
ARM: shmobile: r8a7778: add support MMC driver
Add a platform device for the r8a7778 MMC.
Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/r8a7778.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/r8a7778.h b/arch/arm/mach-shmobile/include/mach/r8a7778.h index af668c47a3d9..97ba66b3a7a1 100644 --- a/arch/arm/mach-shmobile/include/mach/r8a7778.h +++ b/arch/arm/mach-shmobile/include/mach/r8a7778.h @@ -18,6 +18,7 @@ #ifndef __ASM_R8A7778_H__ #define __ASM_R8A7778_H__ +#include <linux/mmc/sh_mmcif.h> #include <linux/mmc/sh_mobile_sdhi.h> #include <linux/sh_eth.h> @@ -26,6 +27,7 @@ extern void r8a7778_add_standard_devices_dt(void); extern void r8a7778_add_ether_device(struct sh_eth_plat_data *pdata); extern void r8a7778_add_i2c_device(int id); extern void r8a7778_add_hspi_device(int id); +extern void r8a7778_add_mmc_device(struct sh_mmcif_plat_data *info); extern void r8a7778_init_delay(void); extern void r8a7778_init_irq(void); |