summaryrefslogtreecommitdiff
path: root/ztd-loc.c
diff options
context:
space:
mode:
authortilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-22 20:23:41 +0000
committertilghman <tilghman@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-06-22 20:23:41 +0000
commitdf2e8131e92f1967eb61fb443036fdf9491ce745 (patch)
treeff896c23081a2c04ef47d1be583c9c7e612e7fe0 /ztd-loc.c
parente7324ee365da30e9b7b18d6baaec5ae21de1894b (diff)
Bug 5126 - Fix for incompatiblities between the TDMo* drivers and the 2.6 kernel
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1157 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'ztd-loc.c')
-rw-r--r--ztd-loc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ztd-loc.c b/ztd-loc.c
index 0458293..fa72496 100644
--- a/ztd-loc.c
+++ b/ztd-loc.c
@@ -260,7 +260,8 @@ static struct zt_dynamic_driver ztd_local = {
"Local",
ztdlocal_create,
ztdlocal_destroy,
- ztdlocal_transmit
+ ztdlocal_transmit,
+ NULL /* flush */
};
/*static*/ int __init ztdlocal_init(void)