aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
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/plat-omap
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/plat-omap')
-rw-r--r--arch/arm/plat-omap/dma.c1
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)
1965static struct irqaction omap24xx_dma_irq = { 1965static struct irqaction omap24xx_dma_irq = {
1966 .name = "DMA", 1966 .name = "DMA",
1967 .handler = omap2_dma_irq_handler, 1967 .handler = omap2_dma_irq_handler,
1968 .flags = IRQF_DISABLED
1969}; 1968};
1970 1969
1971#else 1970#else