]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/char/tlclk.c
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
[mirror_ubuntu-artful-kernel.git] / drivers / char / tlclk.c
index dfc4437afefb8b5ee97dcd53ec062231232f9b7f..952b829e2cb48e6522a3a1a235eb70391acf5a9c 100644 (file)
@@ -208,7 +208,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,
-                            SA_INTERRUPT, "telco_clock", tlclk_interrupt);
+                            IRQF_DISABLED, "telco_clock", tlclk_interrupt);
        if (result == -EBUSY) {
                printk(KERN_ERR "tlclk: Interrupt can't be reserved.\n");
                return -EBUSY;