[BATTERY] Every file should include the headers containing the prototypes for its global functions.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Anton Vorontsov <cbou@mail.ru>

authored by Adrian Bunk and committed by Anton Vorontsov 25f12141 aa629992

+4
+2
drivers/power/power_supply_leds.c
··· 12 12 13 13 #include <linux/power_supply.h> 14 14 15 + #include "power_supply.h" 16 + 15 17 /* Battery specific LEDs triggers. */ 16 18 17 19 static void power_supply_update_bat_leds(struct power_supply *psy)
+2
drivers/power/power_supply_sysfs.c
··· 14 14 #include <linux/ctype.h> 15 15 #include <linux/power_supply.h> 16 16 17 + #include "power_supply.h" 18 + 17 19 /* 18 20 * This is because the name "current" breaks the device attr macro. 19 21 * The "current" word resolves to "(get_current())" so instead of