diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-09-07 11:19:25 +0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-04 00:24:36 +0400 |
commit | fe806d04d0ed02f87549d2a1a2372e703220b376 (patch) | |
tree | 9bcd83a25edf9a026410c658589f8048a09ffa56 /arch/arm/mach-omap1/pm.c | |
parent | de26804b60d460a5ad13400d86c367ed16c6393d (diff) | |
download | linux-fe806d04d0ed02f87549d2a1a2372e703220b376.tar.xz |
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.c | 1 |
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) static struct irqaction omap_wakeup_irq = { .name = "peripheral wakeup", - .flags = IRQF_DISABLED, .handler = omap_wakeup_interrupt }; |