aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
diff options
context:
space:
mode:
authorNathan Chancellor <natechancellor@gmail.com>2019-07-26 09:20:37 -0700
committerDavid S. Miller <davem@davemloft.net>2019-07-27 14:17:55 -0700
commit85d2c5cde158ce00fe965561cfc57404fbefb0a7 (patch)
tree28c329d22972c5380f5951c1e60edc2b26d873f5 /drivers/net/ethernet/amd
parentnet: stmmac: Do not request stmmaceth clock (diff)
downloadlinux-dev-85d2c5cde158ce00fe965561cfc57404fbefb0a7.tar.xz
linux-dev-85d2c5cde158ce00fe965561cfc57404fbefb0a7.zip
drivers: net: xgene: Move status variable declaration into CONFIG_ACPI block
When CONFIG_ACPI is unset (arm allyesconfig), status is unused. drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c:383:14: warning: unused variable 'status' [-Wunused-variable] acpi_status status; ^ drivers/net/ethernet/apm/xgene/xgene_enet_sgmac.c:440:14: warning: unused variable 'status' [-Wunused-variable] acpi_status status; ^ drivers/net/ethernet/apm/xgene/xgene_enet_hw.c:697:14: warning: unused variable 'status' [-Wunused-variable] acpi_status status; ^ Move the declaration into the CONFIG_ACPI block so that there are no compiler warnings. Fixes: 570d785ba46b ("drivers: net: xgene: Remove acpi_has_method() calls") Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/amd')
0 files changed, 0 insertions, 0 deletions