From d27a76a81ca41ea161c5c3329d46c08b994ae059 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:09:57 +0000 Subject: fix-pcf50633-remove-charger-curlim-and-enable-apis-from-export.patch Setting the current limit directly and enabling the charger isn't anyone's business except pcf50633 driver itself, so these two functions should not be exported and become static. Signed-off-by: Andy Green --- include/linux/pcf50633.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h index b4d65dcb066..c11a637c2ac 100644 --- a/include/linux/pcf50633.h +++ b/include/linux/pcf50633.h @@ -110,12 +110,6 @@ extern int pcf50633_onoff_set(struct pcf50633_data *pcf, enum pcf50633_regulator_id reg, int on); -extern void -pcf50633_usb_curlim_set(struct pcf50633_data *pcf, int ma); - -extern void -pcf50633_charge_enable(struct pcf50633_data *pcf, int on); - extern void pcf50633_backlight_resume(struct pcf50633_data *pcf); -- cgit v1.2.3