diff options
author | Hanjun Guo <hanjun.guo@linaro.org> | 2014-03-13 00:47:39 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-03-18 21:01:57 -0400 |
commit | 07070e12cf5cab46a783a4753f07bb99e557473b (patch) | |
tree | cb60aba7cfcc71d079497a74bdab42bc08fd6105 /drivers/acpi/processor_driver.c | |
parent | 730bf5ebb4dfb3ec654bb6c270aa55de70ebf54d (diff) |
ACPI: Remove duplicate definitions of PREFIX
We already have a macro for PREFIX of "ACPI: " in
drivers/acpi/internal.h, so remove the duplicate ones
in ACPI drivers when internal.h is included.
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/processor_driver.c')
-rw-r--r-- | drivers/acpi/processor_driver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c index c1c35623550f..7f70f3182d50 100644 --- a/drivers/acpi/processor_driver.c +++ b/drivers/acpi/processor_driver.c | |||
@@ -41,8 +41,6 @@ | |||
41 | 41 | ||
42 | #include "internal.h" | 42 | #include "internal.h" |
43 | 43 | ||
44 | #define PREFIX "ACPI: " | ||
45 | |||
46 | #define ACPI_PROCESSOR_NOTIFY_PERFORMANCE 0x80 | 44 | #define ACPI_PROCESSOR_NOTIFY_PERFORMANCE 0x80 |
47 | #define ACPI_PROCESSOR_NOTIFY_POWER 0x81 | 45 | #define ACPI_PROCESSOR_NOTIFY_POWER 0x81 |
48 | #define ACPI_PROCESSOR_NOTIFY_THROTTLING 0x82 | 46 | #define ACPI_PROCESSOR_NOTIFY_THROTTLING 0x82 |