projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff765f
)
[ATM] clip: add module info
author
Stephen Hemminger
<shemminger@osdl.org>
Fri, 14 Apr 2006 23:01:26 +0000
(16:01 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 14 Apr 2006 23:01:26 +0000
(16:01 -0700)
Add module information
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/clip.c
patch
|
blob
|
blame
|
history
diff --git
a/net/atm/clip.c
b/net/atm/clip.c
index 7ebb81a8bc088dfd4a6bae46b1577fbe3fb598e7..1a786bfaa416c8d6972ef974dd31577caf14cc9e 100644
(file)
--- 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");