ACPICA: Remove redundant "#ifdef" definitions

Link: https://github.com/acpica/acpica/commit/204776a3
Signed-off-by: Zhe Qiao <qiaozhe@iscas.ac.cn>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Zhe Qiao 2025-09-12 21:53:30 +02:00 committed by Rafael J. Wysocki
parent 3104fc98cb
commit 2926d3753a
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ static const u8 acpi_gbl_argument_count[] =
const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode)
{
#ifdef ACPI_DEBUG_OUTPUT
#endif
ACPI_FUNCTION_NAME(ps_get_opcode_info);