diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-04-14 16:01:26 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-04-14 16:01:26 -0700 |
commit | 4909e488f65fc729fc0f8d42bd1600c56a8bd83c (patch) | |
tree | 89a0db95b179fea83100a064d914e1665c4bca0c | |
parent | 5ff765f3d0b9367319d29ab0c0f55349da2fd53e (diff) |
[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>
-rw-r--r-- | net/atm/clip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/atm/clip.c b/net/atm/clip.c index 7ebb81a8bc0..1a786bfaa41 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c @@ -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"); |