summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2021-02-03 15:51:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-03 17:44:46 +0100
commit9e94705d07d94d736fb100765b9e142de4839b2b (patch)
tree5a944bac7403e098c55417fa61b7dda95e4f0f56 /include/net
parent8b572a58c02337aaa20a93e7e62b341c4f09be86 (diff)
ipv6: silence compilation warning for non-IPV6 builds
commit 1faba27f11c8da244e793546a1b35a9b1da8208e upstream. The W=1 compilation of allmodconfig generates the following warning: net/ipv6/icmp.c:448:6: warning: no previous prototype for 'icmp6_send' [-Wmissing-prototypes] 448 | void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, | ^~~~~~~~~~ Fix it by providing function declaration for builds with ipv6 as a module. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions