mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
1eb3d04145
commit
cbaef23b2c
|
@ -26,8 +26,6 @@
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
ACPI_MODULE_NAME("acpi_lpss");
|
|
||||||
|
|
||||||
#ifdef CONFIG_X86_INTEL_LPSS
|
#ifdef CONFIG_X86_INTEL_LPSS
|
||||||
|
|
||||||
#include <asm/cpu_device_id.h>
|
#include <asm/cpu_device_id.h>
|
||||||
|
|
Loading…
Reference in New Issue