From 1653b9dd29b780476545f807d8ae52efcae02048 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Thu, 19 Jul 2007 02:05:03 +0000 Subject: update to 2.6.22 request_irq() flags git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2756 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wcfxo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wcfxo.c') diff --git a/wcfxo.c b/wcfxo.c index 77012a7..0d8f15e 100644 --- a/wcfxo.c +++ b/wcfxo.c @@ -895,7 +895,7 @@ static int __devinit wcfxo_init_one(struct pci_dev *pdev, const struct pci_devic /* Keep track of which device we are */ pci_set_drvdata(pdev, wc); - if (request_irq(pdev->irq, wcfxo_interrupt, SA_SHIRQ, "wcfxo", wc)) { + if (request_irq(pdev->irq, wcfxo_interrupt, ZAP_IRQ_SHARED, "wcfxo", wc)) { printk("wcfxo: Unable to request IRQ %d\n", pdev->irq); if (wc->freeregion) release_region(wc->ioaddr, 0xff); -- cgit v1.2.3