summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-03-03 16:54:25 -0600
committerShaun Ruffell <sruffell@digium.com>2011-04-15 14:21:14 -0500
commitf1f8790fc9daa9476b349232261d4ae9432f6c89 (patch)
tree6e6d81e56ff7b4c45b8c3342e4ecd42a06aa1bae /drivers/dahdi/wctdm.c
parentf900e1f229bbd4e04229052b18a1dc6cacbb0e52 (diff)
dahdi: Do not save the irq information.
If the user needs this information, there are better ways to get it than having it embedded in the device / span structures. Signed-off-by: Shaun Ruffell <sruffell@digium.com>
Diffstat (limited to 'drivers/dahdi/wctdm.c')
-rw-r--r--drivers/dahdi/wctdm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm.c b/drivers/dahdi/wctdm.c
index bd3c5b1..2a15dbc 100644
--- a/drivers/dahdi/wctdm.c
+++ b/drivers/dahdi/wctdm.c
@@ -2399,7 +2399,6 @@ static int wctdm_initialize(struct wctdm *wc)
wc->ddev = dahdi_create_device();
if (!wc->ddev)
return -ENOMEM;
- wc->ddev->irq = wc->dev->irq;
list_add_tail(&wc->span.device_node, &wc->ddev->spans);
if (dahdi_register_device(wc->ddev, &wc->dev->dev)) {
printk(KERN_NOTICE "Unable to register span with DAHDI\n");