Skip to content
  • Ben Dooks's avatar
    net: diag: add missing declarations · c3ec5e5c
    Ben Dooks authored
    
    
    The functions inet_diag_msg_common_fill and inet_diag_msg_attrs_fill
    seem to have been missed from the include/linux/inet_diag.h header
    file. Add them to fix the following warnings:
    
    net/ipv4/inet_diag.c:69:6: warning: symbol 'inet_diag_msg_common_fill' was not declared. Should it be static?
    net/ipv4/inet_diag.c:108:5: warning: symbol 'inet_diag_msg_attrs_fill' was not declared. Should it be static?
    
    Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    c3ec5e5c