aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/pm.c
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-09-07 03:19:25 -0400
committerTony Lindgren <tony@atomide.com>2013-10-03 16:24:36 -0400
commitfe806d04d0ed02f87549d2a1a2372e703220b376 (patch)
tree9bcd83a25edf9a026410c658589f8048a09ffa56 /arch/arm/mach-omap1/pm.c
parentde26804b60d460a5ad13400d86c367ed16c6393d (diff)
ARM: OMAP: remove deprecated IRQF_DISABLED
This patch proposes to remove the IRQF_DISABLED flag from OMAP code It's a NOOP since 2.6.35, and will be removed one day. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/pm.c')
-rw-r--r--arch/arm/mach-omap1/pm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c
index 358b82cb9f78..40a1ae319610 100644
--- a/arch/arm/mach-omap1/pm.c
+++ b/arch/arm/mach-omap1/pm.c
@@ -628,7 +628,6 @@ static irqreturn_t omap_wakeup_interrupt(int irq, void *dev)
628 628
629static struct irqaction omap_wakeup_irq = { 629static struct irqaction omap_wakeup_irq = {
630 .name = "peripheral wakeup", 630 .name = "peripheral wakeup",
631 .flags = IRQF_DISABLED,
632 .handler = omap_wakeup_interrupt 631 .handler = omap_wakeup_interrupt
633}; 632};
634 633