diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-09-25 14:23:15 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-26 02:23:45 -0400 |
commit | e2072600a24161b7ddcfb26814f69f5fbc8ef85a (patch) | |
tree | 2bca48b4bad12fcd0605875e35e624e6ec661fa7 /Documentation | |
parent | 50935857f878c014d92be49cbf651bcfbfdacdc0 (diff) |
net: bcmgenet: remove unused function in bcmgenet.c
We get 1 warning when building kernel with W=1:
drivers/net/ethernet/broadcom/genet/bcmgenet.c:2763:5: warning: no previous prototype for 'bcmgenet_hfb_add_filter' [-Wmissing-prototypes]
In fact, this function is implemented in
drivers/net/ethernet/broadcom/genet/bcmgenet.c, but be called
by no one, thus can be removed.
So this patch removes the unused functions.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions