From f1f8790fc9daa9476b349232261d4ae9432f6c89 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 3 Mar 2011 16:54:25 -0600 Subject: 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 --- drivers/dahdi/wctdm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/dahdi/wctdm.c') 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"); -- cgit v1.2.3