Skip to content

Commit

Permalink
ACPI: HED: Drop unused ACPI_MODULE_NAME() definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rafael J. Wysocki committed Mar 8, 2021
1 parent a38fd87 commit a13f779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/hed.c
Original file line number Diff line number Diff line change
@@ -74,7 +74,6 @@ static struct acpi_driver acpi_hed_driver = {
};
module_acpi_driver(acpi_hed_driver);

ACPI_MODULE_NAME("hed");
MODULE_AUTHOR("Huang Ying");
MODULE_DESCRIPTION("ACPI Hardware Error Device Driver");
MODULE_LICENSE("GPL");

0 comments on commit a13f779

Please sign in to comment.