aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/include/mach
diff options
context:
space:
mode:
authorHanumath Prasad <hanumath.prasad@stericsson.com>2010-08-19 12:06:10 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-09-02 15:46:19 +0100
commit1c833abc1f8c056f562ccf4d57a69514d338cc35 (patch)
treead7bc0b575c2dd197b9f4cdae29a6a2fa44f1c13 /arch/arm/mach-ux500/include/mach
parentf946738ca882c365a963043de471f45e91ab0a95 (diff)
downloadkernel_samsung_smdk4412-1c833abc1f8c056f562ccf4d57a69514d338cc35.zip
kernel_samsung_smdk4412-1c833abc1f8c056f562ccf4d57a69514d338cc35.tar.gz
kernel_samsung_smdk4412-1c833abc1f8c056f562ccf4d57a69514d338cc35.tar.bz2
ARM: 6334/1: ux500: add DB8500 SD/MMC platform devices
Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Hanumath Prasad <hanumath.prasad@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/include/mach')
-rw-r--r--arch/arm/mach-ux500/include/mach/devices.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/devices.h b/arch/arm/mach-ux500/include/mach/devices.h
index c2b2f25..33a120c 100644
--- a/arch/arm/mach-ux500/include/mach/devices.h
+++ b/arch/arm/mach-ux500/include/mach/devices.h
@@ -27,6 +27,13 @@ extern struct platform_device u8500_i2c0_device;
extern struct platform_device u8500_i2c4_device;
extern struct platform_device u8500_dma40_device;
+extern struct amba_device u8500_sdi0_device;
+extern struct amba_device u8500_sdi1_device;
+extern struct amba_device u8500_sdi2_device;
+extern struct amba_device u8500_sdi3_device;
+extern struct amba_device u8500_sdi4_device;
+extern struct amba_device u8500_sdi5_device;
+
void dma40_u8500ed_fixup(void);
#endif