aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64/mach-cayman/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh64/mach-cayman/irq.c')
-rw-r--r--arch/sh64/mach-cayman/irq.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sh64/mach-cayman/irq.c b/arch/sh64/mach-cayman/irq.c
index 05eb7cdc26f..228ce61c351 100644
--- a/arch/sh64/mach-cayman/irq.c
+++ b/arch/sh64/mach-cayman/irq.c
@@ -12,7 +12,6 @@
12 * Copyright (C) 2002 Stuart Menefy 12 * Copyright (C) 2002 Stuart Menefy
13 */ 13 */
14 14
15#include <linux/config.h>
16#include <asm/irq.h> 15#include <asm/irq.h>
17#include <asm/page.h> 16#include <asm/page.h>
18#include <asm/io.h> 17#include <asm/io.h>
@@ -45,13 +44,13 @@ static irqreturn_t cayman_interrupt_pci2(int irq, void *dev_id, struct pt_regs *
45static struct irqaction cayman_action_smsc = { 44static struct irqaction cayman_action_smsc = {
46 .name = "Cayman SMSC Mux", 45 .name = "Cayman SMSC Mux",
47 .handler = cayman_interrupt_smsc, 46 .handler = cayman_interrupt_smsc,
48 .flags = SA_INTERRUPT, 47 .flags = IRQF_DISABLED,
49}; 48};
50 49
51static struct irqaction cayman_action_pci2 = { 50static struct irqaction cayman_action_pci2 = {
52 .name = "Cayman PCI2 Mux", 51 .name = "Cayman PCI2 Mux",
53 .handler = cayman_interrupt_pci2, 52 .handler = cayman_interrupt_pci2,
54 .flags = SA_INTERRUPT, 53 .flags = IRQF_DISABLED,
55}; 54};
56 55
57static void enable_cayman_irq(unsigned int irq) 56static void enable_cayman_irq(unsigned int irq)