diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-09-07 09:19:25 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-10-03 13:24:36 -0700 |
commit | fe806d04d0ed02f87549d2a1a2372e703220b376 (patch) | |
tree | 9bcd83a25edf9a026410c658589f8048a09ffa56 /arch/arm/plat-omap | |
parent | de26804b60d460a5ad13400d86c367ed16c6393d (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/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 037660633fa4..01619c2910e3 100644 --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c @@ -1965,7 +1965,6 @@ static irqreturn_t omap2_dma_irq_handler(int irq, void *dev_id) static struct irqaction omap24xx_dma_irq = { .name = "DMA", .handler = omap2_dma_irq_handler, - .flags = IRQF_DISABLED }; #else |