Skip to content

Commit a13f779

Browse files
committed
ACPI: HED: Drop unused ACPI_MODULE_NAME() definition
ACPI_MODULE_NAME() is only used by ACPICA message printing which in turn is not used by the ACPI HED driver, so drop that definition from there. No functional impact. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Hanjun Guo <guohanjun@huawei.com>
1 parent a38fd87 commit a13f779

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/acpi/hed.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ static struct acpi_driver acpi_hed_driver = {
7474
};
7575
module_acpi_driver(acpi_hed_driver);
7676

77-
ACPI_MODULE_NAME("hed");
7877
MODULE_AUTHOR("Huang Ying");
7978
MODULE_DESCRIPTION("ACPI Hardware Error Device Driver");
8079
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)