aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-10-23 00:13:22 +0200
committerLars-Peter Clausen <lars@metafoo.de>2009-10-23 22:06:39 +0200
commitce82cf74efab2ff76914530c0ae38ae8e4d3aa72 (patch)
treed4dc7e7f4ebc7197a0720e561cb7c2402721d8f9 /include
parent9f2e82d92c16103afcab79453b18db12666f85f9 (diff)
pcf50606-charger: serveral minor cleanups.
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/pcf50606/mbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/pcf50606/mbc.h b/include/linux/mfd/pcf50606/mbc.h
index b793d703a64..23aeb9e3138 100644
--- a/include/linux/mfd/pcf50606/mbc.h
+++ b/include/linux/mfd/pcf50606/mbc.h
@@ -46,7 +46,7 @@
#define PCF50606_MBC_CHARGER_ONLINE 0x01
#define PCF50606_MBC_CHARGER_ACTIVE 0x02
-void pcf50606_charge_fast(struct pcf50606 *pcf, int on);
+int pcf50606_charge_fast(struct pcf50606 *pcf, int on);
#endif