diff options
Diffstat (limited to 'kernel/irq/dummychip.c')
-rw-r--r-- | kernel/irq/dummychip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/dummychip.c b/kernel/irq/dummychip.c index 918dea9de9ea..20dc5474947e 100644 --- a/kernel/irq/dummychip.c +++ b/kernel/irq/dummychip.c | |||
@@ -31,7 +31,7 @@ static unsigned int noop_ret(struct irq_data *data) | |||
31 | return 0; | 31 | return 0; |
32 | } | 32 | } |
33 | 33 | ||
34 | #ifndef CONFIG_GENERIC_HARDIRQS_NO_CRUFT | 34 | #ifndef CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED |
35 | static void compat_noop(unsigned int irq) { } | 35 | static void compat_noop(unsigned int irq) { } |
36 | #define END_INIT .end = compat_noop | 36 | #define END_INIT .end = compat_noop |
37 | #else | 37 | #else |