summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp
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/wcte12xp
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/wcte12xp')
-rw-r--r--drivers/dahdi/wcte12xp/base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index 67100dc..dec6e8f 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -2283,7 +2283,6 @@ static int __devinit te12xp_init_one(struct pci_dev *pdev, const struct pci_devi
INIT_LIST_HEAD(&wc->active_cmds);
INIT_LIST_HEAD(&wc->pending_cmds);
- wc->ddev->irq = pdev->irq;
wc->variety = d->name;
wc->txident = 1;