diff options
Diffstat (limited to 'drivers/acpi/battery.c')
-rw-r--r-- | drivers/acpi/battery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c index 58b4517ce712..f8c3d1bb6969 100644 --- a/drivers/acpi/battery.c +++ b/drivers/acpi/battery.c | |||
@@ -45,6 +45,8 @@ | |||
45 | #include <linux/power_supply.h> | 45 | #include <linux/power_supply.h> |
46 | #endif | 46 | #endif |
47 | 47 | ||
48 | #define PREFIX "ACPI: " | ||
49 | |||
48 | #define ACPI_BATTERY_VALUE_UNKNOWN 0xFFFFFFFF | 50 | #define ACPI_BATTERY_VALUE_UNKNOWN 0xFFFFFFFF |
49 | 51 | ||
50 | #define ACPI_BATTERY_CLASS "battery" | 52 | #define ACPI_BATTERY_CLASS "battery" |