diff options
Diffstat (limited to 'arch/arm/kernel/irq.c')
-rw-r--r-- | arch/arm/kernel/irq.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/irq.c b/arch/arm/kernel/irq.c index 844861368cd5..ee514034c0a1 100644 --- a/arch/arm/kernel/irq.c +++ b/arch/arm/kernel/irq.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/kernel/irq.c | 3 | * linux/arch/arm/kernel/irq.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * Dynamic Tick Timer written by Tony Lindgren <tony@atomide.com> and | 9 | * Dynamic Tick Timer written by Tony Lindgren <tony@atomide.com> and |
9 | * Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>. | 10 | * Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>. |
10 | * | 11 | * |
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | * | ||
15 | * This file contains the code used by various IRQ handling routines: | 12 | * This file contains the code used by various IRQ handling routines: |
16 | * asking for different IRQ's should be done through these routines | 13 | * asking for different IRQ's should be done through these routines |
17 | * instead of just grabbing them. Thus setups with different IRQ numbers | 14 | * instead of just grabbing them. Thus setups with different IRQ numbers |