summaryrefslogtreecommitdiff
path: root/wctdm24xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctdm24xxp.c')
-rw-r--r--wctdm24xxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wctdm24xxp.c b/wctdm24xxp.c
index 8752c17..d0430ea 100644
--- a/wctdm24xxp.c
+++ b/wctdm24xxp.c
@@ -3577,12 +3577,12 @@ MODULE_PARM(dtmfthreshold, "i");
#endif
MODULE_DESCRIPTION("Wildcard TDM2400P/TDM800P Zaptel Driver");
MODULE_AUTHOR("Mark Spencer <markster@digium.com>");
+#if defined(MODULE_ALIAS)
+MODULE_ALIAS("wctdm8xxp");
+#endif
#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
#endif
module_init(wctdm_init);
module_exit(wctdm_cleanup);
-
-
-