aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.h
diff options
context:
space:
mode:
authorHanumath Prasad <hanumath.prasad@stericsson.com>2010-08-19 12:06:32 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-09-02 15:46:20 +0100
commit008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08 (patch)
tree82c6324615de885a361dc7c001f3be3c502c4088 /arch/arm/mach-ux500/board-mop500.h
parent1c833abc1f8c056f562ccf4d57a69514d338cc35 (diff)
downloadkernel_samsung_smdk4412-008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08.zip
kernel_samsung_smdk4412-008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08.tar.gz
kernel_samsung_smdk4412-008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08.tar.bz2
ARM: 6335/1: ux500: mop500: register eMMC 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/board-mop500.h')
-rw-r--r--arch/arm/mach-ux500/board-mop500.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h
new file mode 100644
index 0000000..2d24032
--- /dev/null
+++ b/arch/arm/mach-ux500/board-mop500.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) ST-Ericsson SA 2010
+ *
+ * License terms: GNU General Public License (GPL) version 2
+ */
+
+#ifndef __BOARD_MOP500_H
+#define __BOARD_MOP500_H
+
+extern void mop500_sdi_init(void);
+
+#endif