summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mmc-twl4030.h
diff options
context:
space:
mode:
authorAdrian Hunter2009-03-24 02:23:48 +0100
committerTony Lindgren2009-03-24 02:51:23 +0100
commite51151a53fc85fb1730ec4d6c1474275dcdb9ec3 (patch)
treee19dfa9008e5e4088c2cc8e438d8cab19c1fcc82 /arch/arm/mach-omap2/mmc-twl4030.h
parentARM: OMAP3: mmc-twl4030 add cover switch (diff)
downloadkernel-qcow2-linux-e51151a53fc85fb1730ec4d6c1474275dcdb9ec3.tar.gz
kernel-qcow2-linux-e51151a53fc85fb1730ec4d6c1474275dcdb9ec3.tar.xz
kernel-qcow2-linux-e51151a53fc85fb1730ec4d6c1474275dcdb9ec3.zip
ARM: OMAP3: mmc-twl4030 allow arbitrary slot names, v3
Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/mmc-twl4030.h')
-rw-r--r--arch/arm/mach-omap2/mmc-twl4030.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/mmc-twl4030.h b/arch/arm/mach-omap2/mmc-twl4030.h
index 0aa168690ed0..ea59e8624290 100644
--- a/arch/arm/mach-omap2/mmc-twl4030.h
+++ b/arch/arm/mach-omap2/mmc-twl4030.h
@@ -14,6 +14,7 @@ struct twl4030_hsmmc_info {
bool cover_only; /* No card detect - just cover switch */
int gpio_cd; /* or -EINVAL */
int gpio_wp; /* or -EINVAL */
+ char *name; /* or NULL for default */
struct device *dev; /* returned: pointer to mmc adapter */
};