]> git.baikalelectronics.ru Git - kernel.git/commit
net: bcmgenet: re-remove bcmgenet_hfb_add_filter
authorDoug Berger <opendmb@gmail.com>
Thu, 25 Jun 2020 01:14:53 +0000 (18:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 04:51:03 +0000 (21:51 -0700)
commit904b8a5bd7ac6b48829ae7b2cc5d7e0ebdd18374
treec06d2e02c780d316a7f0a400082e8503e4317f6d
parent89aa1a4ccc610a20e8cfcb93b0340d51ae03ac11
net: bcmgenet: re-remove bcmgenet_hfb_add_filter

This function was originally removed by Baoyou Xie in
commit db45619ed46c ("net: bcmgenet: remove unused function in
bcmgenet.c") to prevent a build warning.

Some of the functions removed by Baoyou Xie are now used for
WAKE_FILTER support so his commit was reverted, but this function
is still unused and the kbuild test robot dutifully reported the
warning.

This commit once again removes the remaining unused hfb functions.

Fixes: a1d690397073 ("Revert "net: bcmgenet: remove unused function in bcmgenet.c"")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Doug Berger <opendmb@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/genet/bcmgenet.c