diff options
author | Andy Green <andy@openmoko.com> | 2009-01-27 14:38:42 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-27 14:38:42 +0000 |
commit | 5619c333227a8525c8e0cac42cbd80eb0b670708 (patch) | |
tree | 37c7b958dea81cd46f2c304fbe0109ff5600e87d /include/linux | |
parent | d5c7291ce4933145a515df22655a9b35f425ae16 (diff) |
massive-dust.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mfd/pcf50633/mbc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/pcf50633/mbc.h b/include/linux/mfd/pcf50633/mbc.h index fb1c3d7750d..247c7d12785 100644 --- a/include/linux/mfd/pcf50633/mbc.h +++ b/include/linux/mfd/pcf50633/mbc.h @@ -129,7 +129,7 @@ int pcf50633_mbc_usb_curlim_set(struct pcf50633 *pcf, int ma); int pcf50633_mbc_get_status(struct pcf50633 *); void pcf50633_mbc_set_status(struct pcf50633 *, int what, int status); - +#if 0 struct power_supply ac; struct power_supply usb; struct power_supply adapter; @@ -139,4 +139,5 @@ void pcf50633_mbc_set_status(struct pcf50633 *, int what, int status); struct platform_device *pdev; }; #endif +#endif |