summaryrefslogtreecommitdiff
path: root/drivers/dahdi/opvxa1200.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/opvxa1200.c')
-rw-r--r--drivers/dahdi/opvxa1200.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/opvxa1200.c b/drivers/dahdi/opvxa1200.c
index 02eb864..8a5193e 100644
--- a/drivers/dahdi/opvxa1200.c
+++ b/drivers/dahdi/opvxa1200.c
@@ -2403,6 +2403,7 @@ static int wctdm_initialize(struct wctdm *wc)
wc->span.chans = wc->chans;
wc->span.channels = wc->max_cards; /*MAX_NUM_CARDS;*/
wc->span.hooksig = wctdm_hooksig;
+ wc->span.owner = THIS_MODULE;
wc->span.irq = wc->dev->irq;
wc->span.open = wctdm_open;
wc->span.close = wctdm_close;