]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/sctp.h
sctp: remove the typedef sctp_sctphdr_t
[linux.git] / include / linux / sctp.h
index 7a4804c4a59362f519e0e6429496c1307320f125..85540ec4b561db17acf54ce61e06967ee9f61d05 100644 (file)
 #include <uapi/linux/sctp.h>
 
 /* Section 3.1.  SCTP Common Header Format */
-typedef struct sctphdr {
+struct sctphdr {
        __be16 source;
        __be16 dest;
        __be32 vtag;
        __le32 checksum;
-} sctp_sctphdr_t;
+};
 
 static inline struct sctphdr *sctp_hdr(const struct sk_buff *skb)
 {