diff options
Diffstat (limited to 'arch/arm/kernel/asm-offsets.c')
-rw-r--r-- | arch/arm/kernel/asm-offsets.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c index 28b27104ac0c..c773b829ee8e 100644 --- a/arch/arm/kernel/asm-offsets.c +++ b/arch/arm/kernel/asm-offsets.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 1995-2003 Russell King | 3 | * Copyright (C) 1995-2003 Russell King |
3 | * 2001-2002 Keith Owens | 4 | * 2001-2002 Keith Owens |
@@ -5,10 +6,6 @@ | |||
5 | * Generate definitions needed by assembly language modules. | 6 | * Generate definitions needed by assembly language modules. |
6 | * This code generates raw asm output which is post-processed to extract | 7 | * This code generates raw asm output which is post-processed to extract |
7 | * and format the required data. | 8 | * and format the required data. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #include <linux/compiler.h> | 10 | #include <linux/compiler.h> |
14 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |