summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-08-27 17:08:42 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-08-27 17:08:42 +0000
commitc9d00e6fb6b8beed0c13de31a53345c74ace6eeb (patch)
tree84819704a87587b16b53f8e4a4ff3cc29f394426 /drivers/dahdi/wctc4xxp
parent4da735b594d993c1f5573d6449a77ef84d699e48 (diff)
a bit of attribution cleanup
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4848 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctc4xxp')
-rw-r--r--drivers/dahdi/wctc4xxp/base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dahdi/wctc4xxp/base.c b/drivers/dahdi/wctc4xxp/base.c
index 4ac7dfe..850b432 100644
--- a/drivers/dahdi/wctc4xxp/base.c
+++ b/drivers/dahdi/wctc4xxp/base.c
@@ -3271,9 +3271,7 @@ void __exit wctc4xxp_cleanup(void)
module_param(debug, int, S_IRUGO | S_IWUSR);
MODULE_DESCRIPTION("Wildcard TC400P+TC400M Driver");
MODULE_AUTHOR("Digium Incorporated <support@digium.com>");
-#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
-#endif
module_init(wctc4xxp_init);
module_exit(wctc4xxp_cleanup);