Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46943
b: refs/heads/master
c: 84ff602
h: refs/heads/master
i:
  46941: bb921c8
  46939: eb226f6
  46935: 087e957
  46927: 29f3f58
  46911: 668e557
v: v3
  • Loading branch information
Daniel Walker authored and David S. Miller committed Feb 8, 2007
1 parent 3a9b14a commit 0fce7ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f5a6e01c093ca60c0cab15c47c8e7e199fbbc9e6
refs/heads/master: 84ff602efba2664762070add0600aa5c870a2659
3 changes: 2 additions & 1 deletion trunk/net/atm/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,8 @@ static void __exit atm_exit(void)
proto_unregister(&vcc_proto);
}

module_init(atm_init);
subsys_initcall(atm_init);

module_exit(atm_exit);

MODULE_LICENSE("GPL");
Expand Down

0 comments on commit 0fce7ad

Please sign in to comment.