summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wct4xxp/base.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/wct4xxp/base.c')
-rw-r--r--drivers/dahdi/wct4xxp/base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index a0564a9..77ef562 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -1847,6 +1847,7 @@ void setup_chunks(struct t4 *wc, int which)
}
static const struct dahdi_span_ops t4_gen1_span_ops = {
+ .owner = THIS_MODULE,
.spanconfig = t4_spanconfig,
.chanconfig = t4_chanconfig,
.startup = t4_startup,
@@ -1860,6 +1861,7 @@ static const struct dahdi_span_ops t4_gen1_span_ops = {
};
static const struct dahdi_span_ops t4_gen2_span_ops = {
+ .owner = THIS_MODULE,
.spanconfig = t4_spanconfig,
.chanconfig = t4_chanconfig,
.startup = t4_startup,
@@ -1907,7 +1909,6 @@ static void init_spans(struct t4 *wc)
ts->span.spantype = "J1";
break;
}
- ts->span.owner = THIS_MODULE;
ts->span.irq = wc->dev->irq;
/* HDLC Specific init */