ACPI: dock: Remove dead ACPICA debug code

The ACPICA debug ACPI_MODULE_NAME() definition is not used, remove it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Hanjun Guo 2020-09-24 10:57:00 +08:00 committed by Rafael J. Wysocki
parent d0611c6e02
commit 7ae57c6d14
1 changed files with 0 additions and 2 deletions

View File

@ -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 "