[BATTERY] Every file should include the headers containing the prototypes for its...
authorAdrian Bunk <bunk@kernel.org>
Sun, 25 Nov 2007 21:25:45 +0000 (00:25 +0300)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Fri, 1 Feb 2008 23:42:58 +0000 (02:42 +0300)
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>
drivers/power/power_supply_leds.c
drivers/power/power_supply_sysfs.c

index 7f8f359..80ca288 100644 (file)
@@ -12,6 +12,8 @@
 
 #include <linux/power_supply.h>
 
+#include "power_supply.h"
+
 /* Battery specific LEDs triggers. */
 
 static void power_supply_update_bat_leds(struct power_supply *psy)
index 249f61b..e8ad1fd 100644 (file)
@@ -14,6 +14,8 @@
 #include <linux/ctype.h>
 #include <linux/power_supply.h>
 
+#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