diff --git a/[refs] b/[refs] index 502402d63ddf..c62dcc912d25 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ac0be9d4fa0c0ec7a447eeaa080bc13cf865319 +refs/heads/master: 9c29a377f99b42c59721112cd2388cf27547fc84 diff --git a/trunk/net/econet/af_econet.c b/trunk/net/econet/af_econet.c index b5524f32ac2d..35c96bcc0f32 100644 --- a/trunk/net/econet/af_econet.c +++ b/trunk/net/econet/af_econet.c @@ -1146,6 +1146,9 @@ static void __exit econet_proto_exit(void) sock_release(udpsock); #endif unregister_netdevice_notifier(&econet_netdev_notifier); +#ifdef CONFIG_ECONET_NATIVE + dev_remove_pack(&econet_packet_type); +#endif sock_unregister(econet_family_ops.family); proto_unregister(&econet_proto); }