ipv6: Pull IPv6 GSO registration out of the module
Sing GSO support is now separate, pull it out of the module and make it its own init call. Remove the cleanup functions as they are no longer called. Signed-off-by: Vlad Yasevich <vyasevic@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
808a8f8845
commit
c6b641a4c6
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user