diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-11-13 14:50:12 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-14 12:00:27 -0800 |
commit | 2e793878aece73260f56e84b62e62ef066a0e1fb (patch) | |
tree | 67c70b5eb2bf7d0496fcb62d308dc3096bc11553 /Makefile | |
parent | 07cbce2e466cabb46b7c2317bd456584aa4ceacc (diff) | |
download | linux-2e793878aece73260f56e84b62e62ef066a0e1fb.tar.bz2 |
ipv6: remove unused function ipv6_skb_idev()
Commit bdb7cc643fc9 ("ipv6: Count interface receive statistics on the
ingress netdev") removed all callees for ipv6_skb_idev(). Hence, since
then, ipv6_skb_idev() is unused and make CC=clang W=1 warns:
net/ipv6/exthdrs.c:909:33:
warning: unused function 'ipv6_skb_idev' [-Wunused-function]
So, remove this unused function and a -Wunused-function warning.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>
Link: https://lore.kernel.org/r/20201113135012.32499-1-lukas.bulwahn@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions