sctp: remove the typedef sctp_gap_ack_block_t
authorXin Long <lucien.xin@gmail.com>
Sun, 23 Jul 2017 01:34:29 +0000 (09:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jul 2017 23:01:20 +0000 (16:01 -0700)
commitfe9a0fe7210d803adb3d5817da029fe39b8a4133
treee5fceef5e0458245fd6d0969a571d1cbabb6879b
parent62e6b7e4ee244f8043c169c049d3b2c2c798cd60
sctp: remove the typedef sctp_gap_ack_block_t

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

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