diff options
author | Len Brown <len.brown@intel.com> | 2009-09-19 06:37:13 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-09-19 06:37:13 +0200 |
commit | 003d6a38ce1a59e0053a02fd9e9a65b588bc8e33 (patch) | |
tree | c9b941f4798a2accca200b0b01c07353ce5b07e1 /drivers/acpi/power.c | |
parent | Merge branch 'linus' into release (diff) | |
parent | ACPI: Handle CONFIG_ACPI=n better from linux/acpi.h (diff) | |
download | linux-003d6a38ce1a59e0053a02fd9e9a65b588bc8e33.tar.xz linux-003d6a38ce1a59e0053a02fd9e9a65b588bc8e33.zip |
Merge branch 'sfi-base' into release
Conflicts:
drivers/acpi/power.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/power.c')
-rw-r--r-- | drivers/acpi/power.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c index 5a09bf392ec1..22b297916519 100644 --- a/drivers/acpi/power.c +++ b/drivers/acpi/power.c @@ -43,9 +43,10 @@ #include <linux/seq_file.h> #include <acpi/acpi_bus.h> #include <acpi/acpi_drivers.h> - #include "sleep.h" +#define PREFIX "ACPI: " + #define _COMPONENT ACPI_POWER_COMPONENT ACPI_MODULE_NAME("power"); #define ACPI_POWER_CLASS "power_resource" |