From: Xin Long Date: Fri, 11 Aug 2017 02:23:45 +0000 (+0800) Subject: sctp: remove the unused typedef sctp_packet_phandler_t X-Git-Tag: v4.14-rc1~130^2~294^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afa6c45429f6e5ddd1eb6b77a36358f9c4b789da;p=platform%2Fkernel%2Flinux-rpi3.git sctp: remove the unused typedef sctp_packet_phandler_t Remove this function typedef, there is even no places using it. Signed-off-by: Xin Long Signed-off-by: David S. Miller --- diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index fbe6e81..73e9509 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -657,8 +657,6 @@ struct sctp_sockaddr_entry { #define SCTP_ADDRESS_TICK_DELAY 500 -typedef struct sctp_chunk *(sctp_packet_phandler_t)(struct sctp_association *); - /* This structure holds lists of chunks as we are assembling for * transmission. */