commit | 4909e488f65fc729fc0f8d42bd1600c56a8bd83c | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Fri Apr 14 16:01:26 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 14 16:01:26 2006 -0700 |
tree | 89a0db95b179fea83100a064d914e1665c4bca0c | |
parent | 5ff765f3d0b9367319d29ab0c0f55349da2fd53e [diff] [blame] |
[ATM] clip: add module info Add module information Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/atm/clip.c b/net/atm/clip.c index 7ebb81a..1a786bf 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c
@@ -1017,5 +1017,6 @@ module_init(atm_clip_init); module_exit(atm_clip_exit); - +MODULE_AUTHOR("Werner Almesberger"); +MODULE_DESCRIPTION("Classical/IP over ATM interface"); MODULE_LICENSE("GPL");