[DECNet]: Use rtnl registration interface
Signed-off-by: Thomas Graf <tgraf@suug.ch> Acked-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
708914cc5e
commit
fa34ddd739
@ -2413,6 +2413,7 @@ module_init(decnet_init);
|
||||
static void __exit decnet_exit(void)
|
||||
{
|
||||
sock_unregister(AF_DECnet);
|
||||
rtnl_unregister_all(PF_DECnet);
|
||||
dev_remove_pack(&dn_dix_packet_type);
|
||||
|
||||
dn_unregister_sysctl();
|
||||
|
Reference in New Issue
Block a user