diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2022-03-08 10:41:57 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-18 15:18:25 +0300 |
commit | dffa58b64cca6ca266bc0310d8e6b27abd1f8048 (patch) | |
tree | 429770df653180d51b3c6e2a0b78515cde48b78a /scripts/gdb/linux/proc.py | |
parent | 0dc0da881b4574d1e04a079ab2ea75da61f5ad2e (diff) | |
download | linux-dffa58b64cca6ca266bc0310d8e6b27abd1f8048.tar.xz |
serial: 8250_tegra: mark acpi_device_id as unused with !ACPI
The driver's acpi_device_id table is referenced via ACPI_PTR() so it
will be unused for !CONFIG_ACPI builds:
drivers/tty/serial/8250/8250_tegra.c:178:36:
warning: ‘tegra_uart_acpi_match’ defined but not used [-Wunused-const-variable=]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220308074157.113568-1-krzysztof.kozlowski@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions