aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2011-07-13 16:33:13 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2012-01-22 08:50:02 -0500
commitaa557875cc6ed78a8c6035dffa354a09d48b16f6 (patch)
treedbe01b87ec25404ed58120974344c57ccb6f54c2
parent3bd9e50b4297b0d85bb86a8f2ade941c0f9c21fd (diff)
m68k/irq: Remove obsolete IRQ_FLG_* definitions
The m68k core irq code stopped honoring these flags during the irq restructuring in 2006. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r--arch/m68k/include/asm/irq.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/m68k/include/asm/irq.h b/arch/m68k/include/asm/irq.h
index 6198df5ff245..d3a8acd4f1fe 100644
--- a/arch/m68k/include/asm/irq.h
+++ b/arch/m68k/include/asm/irq.h
@@ -49,19 +49,6 @@
49 49
50#define IRQ_USER 8 50#define IRQ_USER 8
51 51
52/*
53 * various flags for request_irq() - the Amiga now uses the standard
54 * mechanism like all other architectures - IRQF_DISABLED and
55 * IRQF_SHARED are your friends.
56 */
57#ifndef MACH_AMIGA_ONLY
58#define IRQ_FLG_LOCK (0x0001) /* handler is not replaceable */
59#define IRQ_FLG_REPLACE (0x0002) /* replace existing handler */
60#define IRQ_FLG_FAST (0x0004)
61#define IRQ_FLG_SLOW (0x0008)
62#define IRQ_FLG_STD (0x8000) /* internally used */
63#endif
64
65struct irq_data; 52struct irq_data;
66struct irq_chip; 53struct irq_chip;
67struct irq_desc; 54struct irq_desc;