]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sh64/mach-cayman/irq.c
[PATCH] irq-flags: SH64: Use the new IRQF_ constants
[linux-2.6-omap-h63xx.git] / arch / sh64 / mach-cayman / irq.c
index 05eb7cdc26f0557921231486893d869338974eef..228ce61c3515caf94191fc4542ec9c02e41f6fcf 100644 (file)
@@ -12,7 +12,6 @@
  * Copyright (C) 2002 Stuart Menefy
  */
 
-#include <linux/config.h>
 #include <asm/irq.h>
 #include <asm/page.h>
 #include <asm/io.h>
@@ -45,13 +44,13 @@ static irqreturn_t cayman_interrupt_pci2(int irq, void *dev_id, struct pt_regs *
 static struct irqaction cayman_action_smsc = {
        .name           = "Cayman SMSC Mux",
        .handler        = cayman_interrupt_smsc,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
 };
 
 static struct irqaction cayman_action_pci2 = {
        .name           = "Cayman PCI2 Mux",
        .handler        = cayman_interrupt_pci2,
-       .flags          = SA_INTERRUPT,
+       .flags          = IRQF_DISABLED,
 };
 
 static void enable_cayman_irq(unsigned int irq)