summaryrefslogtreecommitdiff
path: root/net/ipv6/exthdrs_offload.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/exthdrs_offload.c')
-rw-r--r--net/ipv6/exthdrs_offload.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/ipv6/exthdrs_offload.c b/net/ipv6/exthdrs_offload.c
index 271bf4a97023..cf77f3abfd06 100644
--- a/net/ipv6/exthdrs_offload.c
+++ b/net/ipv6/exthdrs_offload.c
@@ -39,9 +39,3 @@ out_rt:
inet_del_offload(&rthdr_offload, IPPROTO_ROUTING);
goto out;
}
-
-void ipv6_exthdrs_offload_exit(void)
-{
- inet_del_offload(&rthdr_offload, IPPROTO_ROUTING);
- inet_del_offload(&rthdr_offload, IPPROTO_DSTOPTS);
-}