Message ID | 1600328345-27627-13-git-send-email-guohanjun@huawei.com |
---|---|
State | Accepted |
Commit | 7ae57c6d14a28d6b04ed0fb5e05e08b113317628 |
Headers | show |
Series | [01/25] ACPI: cmos_rtc: Remove the ACPI_MODULE_NAME() | expand |
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 9bd72c2..45d4b7b6 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c @@ -20,8 +20,6 @@ #include "internal.h" -ACPI_MODULE_NAME("dock"); - static bool immediate_undock = 1; module_param(immediate_undock, bool, 0644); MODULE_PARM_DESC(immediate_undock, "1 (default) will cause the driver to "
The ACPICA debug code is not used, remove it. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> --- drivers/acpi/dock.c | 2 -- 1 file changed, 2 deletions(-)