diff options
| author | 2014-03-13 12:47:39 +0800 | |
|---|---|---|
| committer | 2014-03-19 02:01:57 +0100 | |
| commit | 07070e12cf5cab46a783a4753f07bb99e557473b (patch) | |
| tree | cb60aba7cfcc71d079497a74bdab42bc08fd6105 /drivers/acpi/dock.c | |
| parent | ACPI / tables: Replace printk with pr_* (diff) | |
| download | linux-dev-07070e12cf5cab46a783a4753f07bb99e557473b.tar.xz linux-dev-07070e12cf5cab46a783a4753f07bb99e557473b.zip | |
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/dock.c')
| -rw-r--r-- | drivers/acpi/dock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 5bfd769fc91f..e6500ace5045 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c @@ -35,8 +35,6 @@ #include "internal.h" -#define PREFIX "ACPI: " - #define ACPI_DOCK_DRIVER_DESCRIPTION "ACPI Dock Station Driver" ACPI_MODULE_NAME("dock"); |
