diff options
Diffstat (limited to 'kernel/irq/handle.c')
-rw-r--r-- | kernel/irq/handle.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index d82142be8dd2..983d8be8dff7 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
@@ -17,9 +17,11 @@ | |||
17 | #include <linux/kernel_stat.h> | 17 | #include <linux/kernel_stat.h> |
18 | #include <linux/rculist.h> | 18 | #include <linux/rculist.h> |
19 | #include <linux/hash.h> | 19 | #include <linux/hash.h> |
20 | #include <trace/irq.h> | ||
21 | #include <linux/bootmem.h> | 20 | #include <linux/bootmem.h> |
22 | 21 | ||
22 | #define CREATE_TRACE_POINTS | ||
23 | #include <trace/irq.h> | ||
24 | |||
23 | #include "internals.h" | 25 | #include "internals.h" |
24 | 26 | ||
25 | /* | 27 | /* |
@@ -348,9 +350,6 @@ static void warn_no_thread(unsigned int irq, struct irqaction *action) | |||
348 | "but no thread function available.", irq, action->name); | 350 | "but no thread function available.", irq, action->name); |
349 | } | 351 | } |
350 | 352 | ||
351 | DEFINE_TRACE(irq_handler_entry); | ||
352 | DEFINE_TRACE(irq_handler_exit); | ||
353 | |||
354 | /** | 353 | /** |
355 | * handle_IRQ_event - irq action chain handler | 354 | * handle_IRQ_event - irq action chain handler |
356 | * @irq: the interrupt number | 355 | * @irq: the interrupt number |