dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Adrian Bunk 2007-11-26 00:25:45 +03:00 committed by Anton Vorontsov
parent aa62999269
commit 25f12141e2
2 changed files with 4 additions and 0 deletions

View 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)

View 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