aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@gmail.com>2008-11-20 19:46:50 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-20 19:46:50 +0000
commite7afcc773b419b5186a5697f61c3ad29ac486613 (patch)
treed02ab56747e0c835b4a9ed2b7dddbe90561ec78f /include
parent423644c578e2e56bbdd2b6e9d08dfbe406a8f53f (diff)
gta02_regulator_constraints.patch
Specify regulator constraints for gta02. For now, constraints for only the current used devices are specified.
Diffstat (limited to 'include')
-rw-r--r--include/linux/pcf50633.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h
index bcd19fe3249..ab73cb99ad0 100644
--- a/include/linux/pcf50633.h
+++ b/include/linux/pcf50633.h
@@ -200,7 +200,7 @@ struct pcf50633_platform_data {
struct regulator_init_data reg_init_data[__NUM_PCF50633_REGULATORS];
/* Called when a regulator has been registered */
- void (*regulator_registered)(int regulator_id);
+ void (*regulator_registered)(struct pcf50633_data *pcf, int id);
/* Runtime data */
struct pcf50633_data *pcf;