]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/sctp/ulpqueue.h
net: sctp: sctp_ulpq: remove 'malloced' struct member
[karo-tx-linux.git] / include / net / sctp / ulpqueue.h
index ff1b8ba73ab10b5678562919e6c43db0f768821b..00e50ba3f24b71a2db54d810ee9889f674444a7b 100644 (file)
@@ -49,7 +49,6 @@
 
 /* A structure to carry information to the ULP (e.g. Sockets API) */
 struct sctp_ulpq {
-       char malloced;
        char pd_mode;
        struct sctp_association *asoc;
        struct sk_buff_head reasm;