aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/s3cmci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/s3cmci.h')
-rw-r--r--drivers/mmc/host/s3cmci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/s3cmci.h b/drivers/mmc/host/s3cmci.h
index c2b65b3488b..7f80047ee8c 100644
--- a/drivers/mmc/host/s3cmci.h
+++ b/drivers/mmc/host/s3cmci.h
@@ -10,6 +10,7 @@
#include <mach/regs-sdi.h>
+#include <linux/regulator/consumer.h>
/* FIXME: DMA Resource management ?! */
#define S3CMCI_DMA 0
@@ -81,4 +82,6 @@ struct s3cmci_host {
#ifdef CONFIG_CPU_FREQ
struct notifier_block freq_transition;
#endif
+
+ struct regulator *regulator;
};