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:
parent
3104fc98cb
commit
2926d3753a
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue