Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299571
b: refs/heads/master
c: 3adadc0
h: refs/heads/master
i:
  299569: 33cce5b
  299567: 26c83bf
v: v3
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Apr 19, 2012
1 parent c2427bc commit 98d481b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 996f73937cd85031da8dbcd3222a710cb762d428
refs/heads/master: 3adadc08cc1e2cbcc15a640d639297ef5fcb17f5
9 changes: 5 additions & 4 deletions trunk/net/ax25/af_ax25.c
Original file line number Diff line number Diff line change
Expand Up @@ -2011,16 +2011,17 @@ static void __exit ax25_exit(void)
proc_net_remove(&init_net, "ax25_route");
proc_net_remove(&init_net, "ax25");
proc_net_remove(&init_net, "ax25_calls");
ax25_rt_free();
ax25_uid_free();
ax25_dev_free();

ax25_unregister_sysctl();
unregister_netdevice_notifier(&ax25_dev_notifier);
ax25_unregister_sysctl();

dev_remove_pack(&ax25_packet_type);

sock_unregister(PF_AX25);
proto_unregister(&ax25_proto);

ax25_rt_free();
ax25_uid_free();
ax25_dev_free();
}
module_exit(ax25_exit);

0 comments on commit 98d481b

Please sign in to comment.