diff options
author | Marc Zyngier <maz@kernel.org> | 2020-06-23 22:15:00 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-09-17 17:37:28 +0200 |
commit | 5ebf353af22c89d18964bb3b877a95200dfe07b9 (patch) | |
tree | 7e83c94f710de0c999f0f99feafd90ff144feb2f /arch/arm/kernel/irq.c | |
parent | ARM: Kill __smp_cross_call and co (diff) | |
download | linux-5ebf353af22c89d18964bb3b877a95200dfe07b9.tar.xz linux-5ebf353af22c89d18964bb3b877a95200dfe07b9.zip |
ARM: Remove custom IRQ stat accounting
Let's switch the arm code to the core accounting, which already
does everything we need.
Reviewed-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm/kernel/irq.c')
-rw-r--r-- | arch/arm/kernel/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kernel/irq.c b/arch/arm/kernel/irq.c index ee514034c0a1..698b6f636156 100644 --- a/arch/arm/kernel/irq.c +++ b/arch/arm/kernel/irq.c @@ -18,7 +18,6 @@ * IRQ's are in fact implemented a bit like signal handlers for the kernel. * Naturally it's not a 1:1 relation, but there are similarities. */ -#include <linux/kernel_stat.h> #include <linux/signal.h> #include <linux/ioport.h> #include <linux/interrupt.h> |