Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: LPSS: Remove ACPI_MODULE_NAME()

ACPI_MODULE_NAME() is only needed for ACPICA debug functionality
such as ACPI_DEBUG_PRINT() which is not used in acpi_lpss.c,
remove it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Hanjun Guo and committed by
Rafael J. Wysocki
cbaef23b 1eb3d041

-2
-2
drivers/acpi/acpi_lpss.c
··· 26 26 27 27 #include "internal.h" 28 28 29 - ACPI_MODULE_NAME("acpi_lpss"); 30 - 31 29 #ifdef CONFIG_X86_INTEL_LPSS 32 30 33 31 #include <asm/cpu_device_id.h>