summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcopenpci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wcopenpci.c')
-rw-r--r--drivers/dahdi/wcopenpci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/wcopenpci.c b/drivers/dahdi/wcopenpci.c
index 6768d07..b28cac4 100644
--- a/drivers/dahdi/wcopenpci.c
+++ b/drivers/dahdi/wcopenpci.c
@@ -1313,6 +1313,7 @@ static int span_initialize(struct openpci *wc)
wc->span.chans = wc->chans;
wc->span.channels = MAX_PORTS;
wc->span.hooksig = openpci_hooksig;
+ wc->span.owner = THIS_MODULE;
wc->span.open = openpci_open;
wc->span.close = openpci_close;
wc->span.flags = DAHDI_FLAG_RBS;