Skip to content

Commit

Permalink
[ATM] clip: add module info
Browse files Browse the repository at this point in the history
Add module information

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Apr 14, 2006
1 parent 5ff765f commit 4909e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/atm/clip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1017,5 +1017,6 @@ static void __exit atm_clip_exit(void)

module_init(atm_clip_init);
module_exit(atm_clip_exit);

MODULE_AUTHOR("Werner Almesberger");
MODULE_DESCRIPTION("Classical/IP over ATM interface");
MODULE_LICENSE("GPL");

0 comments on commit 4909e48

Please sign in to comment.