diff options
author | Leon Romanovsky <leonro@nvidia.com> | 2021-02-03 15:51:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-04 12:15:43 +0100 |
commit | e3d9e8a7478fc2311f545e32f410301b7ccca4f1 (patch) | |
tree | fbaec37f5cccbd2712160399b117f8bf30583aaf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c80eb9b228daf5e2172d5cec1b9a474d4a46be13 (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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions