diff options
-rw-r--r-- | drivers/uio/uio_cif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uio/uio_cif.c b/drivers/uio/uio_cif.c index 371f87f8bc22..a8ea2f19a0cc 100644 --- a/drivers/uio/uio_cif.c +++ b/drivers/uio/uio_cif.c | |||
@@ -79,7 +79,7 @@ static int __devinit hilscher_pci_probe(struct pci_dev *dev, | |||
79 | } | 79 | } |
80 | info->version = "0.0.1"; | 80 | info->version = "0.0.1"; |
81 | info->irq = dev->irq; | 81 | info->irq = dev->irq; |
82 | info->irq_flags = IRQF_DISABLED | IRQF_SHARED; | 82 | info->irq_flags = IRQF_SHARED; |
83 | info->handler = hilscher_handler; | 83 | info->handler = hilscher_handler; |
84 | 84 | ||
85 | if (uio_register_device(&dev->dev, info)) | 85 | if (uio_register_device(&dev->dev, info)) |