Merge branches 'acpica', 'acpi-video' and 'acpi-fan'
[deliverable/linux.git] / net / ipv6 / reassembly.c
index 45f5ae51de65c0fb4d700bad79a05c1e750309e0..18f3498a6c80564d897a2f659a7747827d19a667 100644 (file)
@@ -755,7 +755,6 @@ int __init ipv6_frag_init(void)
        ip6_frags.hashfn = ip6_hashfn;
        ip6_frags.constructor = ip6_frag_init;
        ip6_frags.destructor = NULL;
-       ip6_frags.skb_free = NULL;
        ip6_frags.qsize = sizeof(struct frag_queue);
        ip6_frags.match = ip6_frag_match;
        ip6_frags.frag_expire = ip6_frag_expire;
This page took 0.023551 seconds and 5 git commands to generate.