aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-core.h
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-27 14:39:11 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-27 14:39:11 +0000
commit971df5630f803ebb79e9e18abeb2aed84851aa27 (patch)
tree1fdad40b8fc01f4b7cc903e9a327b22349e2bda7 /drivers/mfd/glamo/glamo-core.h
parentbd7b7778d3b714f5f5070f02620b0ffc614b2dd8 (diff)
fix-glamo-core-from-balaji-tree.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/mfd/glamo/glamo-core.h')
-rw-r--r--drivers/mfd/glamo/glamo-core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mfd/glamo/glamo-core.h b/drivers/mfd/glamo/glamo-core.h
index 0705204c6bb..8e09564bc3f 100644
--- a/drivers/mfd/glamo/glamo-core.h
+++ b/drivers/mfd/glamo/glamo-core.h
@@ -68,8 +68,7 @@ struct glamo_mci_pdata {
unsigned int gpio_detect;
unsigned int gpio_wprotect;
unsigned long ocr_avail;
- void (*glamo_set_mci_power)(unsigned char power_mode,
- unsigned short vdd);
+ int (*glamo_can_set_mci_power)(void);
/* glamo-mci asking if it should use the slow clock to card */
int (*glamo_mci_use_slow)(void);
int (*glamo_irq_is_wired)(void);