|
@@ -222,7 +222,7 @@ static int tlclk_open(struct inode *inode, struct file *filp)
|
|
|
/* This device is wired through the FPGA IO space of the ATCA blade
|
|
|
* we can't share this IRQ */
|
|
|
result = request_irq(telclk_interrupt, &tlclk_interrupt,
|
|
|
- IRQF_DISABLED, "telco_clock", tlclk_interrupt);
|
|
|
+ 0, "telco_clock", tlclk_interrupt);
|
|
|
if (result == -EBUSY)
|
|
|
printk(KERN_ERR "tlclk: Interrupt can't be reserved.\n");
|
|
|
else
|