diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-04-14 19:01:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-04-14 19:01:26 -0400 |
commit | 4909e488f65fc729fc0f8d42bd1600c56a8bd83c (patch) | |
tree | 89a0db95b179fea83100a064d914e1665c4bca0c /net/atm | |
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>
Diffstat (limited to 'net/atm')
-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 7ebb81a8bc08..1a786bfaa416 100644 --- a/net/atm/clip.c +++ b/net/atm/clip.c | |||
@@ -1017,5 +1017,6 @@ static void __exit atm_clip_exit(void) | |||
1017 | 1017 | ||
1018 | module_init(atm_clip_init); | 1018 | module_init(atm_clip_init); |
1019 | module_exit(atm_clip_exit); | 1019 | module_exit(atm_clip_exit); |
1020 | 1020 | MODULE_AUTHOR("Werner Almesberger"); | |
1021 | MODULE_DESCRIPTION("Classical/IP over ATM interface"); | ||
1021 | MODULE_LICENSE("GPL"); | 1022 | MODULE_LICENSE("GPL"); |