diff options
author | Andy Green <andy@openmoko.com> | 2008-11-21 11:56:55 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-21 11:56:55 +0000 |
commit | 92331d68d3eac7b4fda1acb47794852a5e521b3a (patch) | |
tree | 06a39293fd9e0d1ed94040a771df5ae904c94908 /include/linux | |
parent | cd3b5568600e2870b07a068ef38edec74851bae2 (diff) |
clean-balaji-tracking-regulators-kill-resume-dependency-include.patch
resume_dependency stuff is gone from pcf50633 but some traces are left
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pcf50633.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h index 8a79f64c960..eb2cd47f388 100644 --- a/include/linux/pcf50633.h +++ b/include/linux/pcf50633.h @@ -2,7 +2,6 @@ #define _LINUX_PCF50633_H #include <linux/pcf506xx.h> -#include <linux/resume-dependency.h> #include <linux/regulator/machine.h> #define PCF50633_FIDX_CHG_ENABLED 0 /* Charger enabled */ @@ -132,10 +131,6 @@ pcf50633_battvolt(struct pcf50633_data *pcf); extern int pcf50633_report_resumers(struct pcf50633_data *pcf, char *buf); -extern void -pcf50633_register_resume_dependency(struct pcf50633_data *pcf, - struct resume_dependency *dep); - extern int pcf50633_notify_usb_current_limit_change(struct pcf50633_data *pcf, unsigned int ma); |