diff options
author | Wang Hai | 2020-09-18 21:18:19 +0800 |
---|---|---|
committer | David S. Miller | 2020-09-18 14:56:44 -0700 |
commit | 5f3666e8394580179b81dd90bf8b930efaf5138e (patch) | |
tree | 64412474997e4bf6ce81f9ddc206caad33366ddd /net/tipc/net.c | |
parent | 7eae7f72edd02389dfaa8780e37eeb9ed5f01fab (diff) |
net: tipc: Supply missing udp_media.h include file
If the header file containing a function's prototype isn't included by
the sourcefile containing the associated function, the build system
complains of missing prototypes.
Fixes the following W=1 kernel build warning(s):
net/tipc/udp_media.c:446:5: warning: no previous prototype for ‘tipc_udp_nl_dump_remoteip’ [-Wmissing-prototypes]
net/tipc/udp_media.c:532:5: warning: no previous prototype for ‘tipc_udp_nl_add_bearer_data’ [-Wmissing-prototypes]
net/tipc/udp_media.c:614:5: warning: no previous prototype for ‘tipc_udp_nl_bearer_add’ [-Wmissing-prototypes]
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/net.c')
0 files changed, 0 insertions, 0 deletions