aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/include/plat/mci.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-18 16:24:22 +0900
committerBen Dooks <ben-linux@fluff.org>2010-01-19 17:21:38 +0900
commit22c810ab3e25d16e6f128384d107b933b6fd8fff (patch)
tree6cc4c9112b86512d4093dde3e17ab5ec9fdefa90 /arch/arm/plat-s3c24xx/include/plat/mci.h
parent3cd2fff59fc924752611301f4ca7e8484f5744a5 (diff)
downloadkernel_samsung_smdk4412-22c810ab3e25d16e6f128384d107b933b6fd8fff.zip
kernel_samsung_smdk4412-22c810ab3e25d16e6f128384d107b933b6fd8fff.tar.gz
kernel_samsung_smdk4412-22c810ab3e25d16e6f128384d107b933b6fd8fff.tar.bz2
ARM: S3C24XX: Add mci platform data set call s3c24xx_mci_set_platdata().
Add a s3c24xx_mci_set_platdata() call for all the machine files that have platform data for the MCI driver. This brings the MCI device into line with the other devices with __initdata and a specific call to ensure the right structure type is being passed. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/include/plat/mci.h')
-rw-r--r--arch/arm/plat-s3c24xx/include/plat/mci.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/include/plat/mci.h b/arch/arm/plat-s3c24xx/include/plat/mci.h
index 36aaa10..2ac2b21 100644
--- a/arch/arm/plat-s3c24xx/include/plat/mci.h
+++ b/arch/arm/plat-s3c24xx/include/plat/mci.h
@@ -40,4 +40,13 @@ struct s3c24xx_mci_pdata {
unsigned short vdd);
};
+/**
+ * s3c24xx_mci_set_platdata - set platform data for mmc/sdi device
+ * @pdata: The platform data
+ *
+ * Copy the platform data supplied by @pdata so that this can be marked
+ * __initdata.
+ */
+extern void s3c24xx_mci_set_platdata(struct s3c24xx_mci_pdata *pdata);
+
#endif /* _ARCH_NCI_H */