aboutsummaryrefslogtreecommitdiff
path: root/net/sched
diff options
context:
space:
mode:
authorGravatar Rob Herring <robh@kernel.org> 2023-10-19 13:23:37 -0500
committerGravatar David S. Miller <davem@davemloft.net> 2023-10-21 11:49:31 +0100
commitd2ca43f30611ac41bccfa8352c53f5432f0ecbb0 (patch)
tree19ab321869c44a013f8d6d22665921e72eedc524 /net/sched
parenti40e: sync next_to_clean and next_to_process for programming status desc (diff)
downloadlinux-d2ca43f30611.tar.gz
linux-d2ca43f30611.tar.bz2
linux-d2ca43f30611.zip
net: xgene: Fix unused xgene_enet_of_match warning for !CONFIG_OF
Commit b0377116decd ("net: ethernet: Use device_get_match_data()") dropped the unconditional use of xgene_enet_of_match resulting in this warning: drivers/net/ethernet/apm/xgene/xgene_enet_main.c:2004:34: warning: unused variable 'xgene_enet_of_match' [-Wunused-const-variable] The fix is to drop of_match_ptr() which is not necessary because DT is always used for this driver (well, it could in theory support ACPI only, but CONFIG_OF is always enabled for arm64). Fixes: b0377116decd ("net: ethernet: Use device_get_match_data()") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202310170627.2Kvf6ZHY-lkp@intel.com/ Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions