X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fieee802154%2F6lowpan%2Freassembly.c;h=30d875dff6b54658f2671ae48a4e1fce8b750c3e;hb=5339f9d4c2ceccab00b28d65bd5c2b2cd6a3de05;hp=6b437e8760d314c5314cc1deb2d5d13dff0f2ec8;hpb=6e37592900f1e75c2031ec10886f4858a260aeec;p=karo-tx-linux.git diff --git a/net/ieee802154/6lowpan/reassembly.c b/net/ieee802154/6lowpan/reassembly.c index 6b437e8760d3..30d875dff6b5 100644 --- a/net/ieee802154/6lowpan/reassembly.c +++ b/net/ieee802154/6lowpan/reassembly.c @@ -624,7 +624,6 @@ int __init lowpan_net_frag_init(void) lowpan_frags.hashfn = lowpan_hashfn; lowpan_frags.constructor = lowpan_frag_init; lowpan_frags.destructor = NULL; - lowpan_frags.skb_free = NULL; lowpan_frags.qsize = sizeof(struct frag_queue); lowpan_frags.match = lowpan_frag_match; lowpan_frags.frag_expire = lowpan_frag_expire;