From: Adrian Bunk Date: Sun, 25 Nov 2007 21:25:45 +0000 (+0300) Subject: [BATTERY] Every file should include the headers containing the prototypes for its... X-Git-Tag: v2.6.25-rc1~1071^2~11 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=25f12141e2be96e904239d963e25818b8854e72f;hp=aa6299926950c8dfe2fea638276cad6def092bc9;p=safe%2Fjmp%2Flinux-2.6 [BATTERY] Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Anton Vorontsov --- diff --git a/drivers/power/power_supply_leds.c b/drivers/power/power_supply_leds.c index 7f8f359..80ca288 100644 --- a/drivers/power/power_supply_leds.c +++ b/drivers/power/power_supply_leds.c @@ -12,6 +12,8 @@ #include +#include "power_supply.h" + /* Battery specific LEDs triggers. */ static void power_supply_update_bat_leds(struct power_supply *psy) diff --git a/drivers/power/power_supply_sysfs.c b/drivers/power/power_supply_sysfs.c index 249f61b..e8ad1fd 100644 --- a/drivers/power/power_supply_sysfs.c +++ b/drivers/power/power_supply_sysfs.c @@ -14,6 +14,8 @@ #include #include +#include "power_supply.h" + /* * This is because the name "current" breaks the device attr macro. * The "current" word resolves to "(get_current())" so instead of