summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-31 14:06:34 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-31 14:06:34 +0000
commitec54d1fb2b09fc3a4027a58317d190a403b148eb (patch)
treed5c80aa828fc4925aa0a30af277d79eb1c739faf /wct4xxp
parent6bea98a5c2eb5aa88ee5f0578c93ee38fa7b810a (diff)
fix up author email addresses
use the kernel's built-in support for module aliases instead of manually doing it in modprobe.conf or equivalent add wctdm8xxp alias for wctdm24xxp git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2043 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index b75d009..3ae470e 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -3398,6 +3398,9 @@ static void __exit t4_cleanup(void)
MODULE_AUTHOR("Mark Spencer");
MODULE_DESCRIPTION("Unified TE4XXP-TE2XXP PCI Driver");
+#if defined(MODULE_ALIAS)
+MODULE_ALIAS("wct2xxp");
+#endif
#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
#endif