public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* msm_sdcc.c: add missing include
@ 2009-10-22  7:21 Pavel Machek
  2009-10-22 18:51 ` Russell King - ARM Linux
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2009-10-22  7:21 UTC (permalink / raw)
  To: linux-mmc, kernel list, Andrew Morton, linux-arm-kernel


Add missing include for	msm_sdcc compilation.

Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff --git a/arch/arm/include/asm/mach/mmc.h b/arch/arm/include/asm/mach/mmc.h
new file mode 100644
index 0000000..8948dec
--- /dev/null
+++ b/arch/arm/include/asm/mach/mmc.h
@@ -0,0 +1,26 @@
+/*
+ *  arch/arm/include/asm/mach/mmc.h
+ */
+#ifndef ASMARM_MACH_MMC_H
+#define ASMARM_MACH_MMC_H
+
+#include <linux/mmc/host.h>
+#include <linux/mmc/card.h>
+#include <linux/mmc/sdio_func.h>
+
+struct embedded_sdio_data {
+        struct sdio_cis cis;
+        struct sdio_cccr cccr;
+        struct sdio_embedded_func *funcs;
+        int num_funcs;
+};
+
+struct mmc_platform_data {
+	unsigned int ocr_mask;			/* available voltages */
+	u32 (*translate_vdd)(struct device *, unsigned int);
+	unsigned int (*status)(struct device *);
+	struct embedded_sdio_data *embedded_sdio;
+	int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);
+};
+
+#endif

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-02 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22  7:21 msm_sdcc.c: add missing include Pavel Machek
2009-10-22 18:51 ` Russell King - ARM Linux
2009-11-02 11:12   ` msm_sdcc.c: add missing include, fix compilation Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox