sctp: remove the typedef sctp_param_t
authorXin Long <lucien.xin@gmail.com>
Fri, 30 Jun 2017 03:52:17 +0000 (11:52 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 16:08:41 +0000 (09:08 -0700)
commit34b4e29b383559e3848eea30af66e94aa72af88c
tree6bcf3a3bf9b5a5dcfd24c411825271d9f89bbf0a
parent3c9187049214127d3401926b033d05eb75d69c39
sctp: remove the typedef sctp_param_t

This patch is to remove the typedef sctp_param_t, and replace with
struct sctp_paramhdr in the places where it's using this typedef.

It is also to remove the useless declaration sctp_addip_addr_config
and fix the lack of params for some other functions' declaration.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/sctp.h
include/net/sctp/sm.h
net/sctp/sm_make_chunk.c