diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-04-05 20:15:48 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-05 15:05:02 -0700 |
commit | cc0626c2aaed8e475efdd85fa374b497a7192e35 (patch) | |
tree | 79509ebb361db07343f210f4309a5e5c63b46380 /net/ipv4/tcp.c | |
parent | d392ecd1bc29ae15b0e284d5f732c2d36f244271 (diff) |
net: smsc911x: skip acpi_device_id table when !CONFIG_ACPI
The driver can match via multiple methods. Its acpi_device_id table is
referenced via ACPI_PTR() so it will be unused for !CONFIG_ACPI builds:
drivers/net/ethernet/smsc/smsc911x.c:2652:36: warning:
‘smsc911x_acpi_match’ defined but not used [-Wunused-const-variable=]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
0 files changed, 0 insertions, 0 deletions