diff mbox series

[18/18] ACPI: Remove the macro PREFIX "ACPI: "

Message ID 1622624080-56025-19-git-send-email-guohanjun@huawei.com
State Accepted
Commit 0ac2c0e4ff4b41693977ebf624ba5952344cd7ac
Headers show
Series [01/18] ACPI: cmos_rtc: Using pr_fmt() and remove PREFIX | expand

Commit Message

Hanjun Guo June 2, 2021, 8:54 a.m. UTC
Now the macro PREFIX for ACPI message printing is not used
anymore, remove it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
---
 drivers/acpi/internal.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h
index e21611c..bbe1064 100644
--- a/drivers/acpi/internal.h
+++ b/drivers/acpi/internal.h
@@ -11,8 +11,6 @@ 
 
 #include <linux/idr.h>
 
-#define PREFIX "ACPI: "
-
 int early_acpi_osi_init(void);
 int acpi_osi_init(void);
 acpi_status acpi_os_initialize1(void);