diff options
author | Balaji Rao <balajirrao@gmail.com> | 2008-11-20 19:46:50 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-20 19:46:50 +0000 |
commit | e7afcc773b419b5186a5697f61c3ad29ac486613 (patch) | |
tree | d02ab56747e0c835b4a9ed2b7dddbe90561ec78f /include/linux | |
parent | 423644c578e2e56bbdd2b6e9d08dfbe406a8f53f (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/linux')
-rw-r--r-- | include/linux/pcf50633.h | 2 |
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; |