diff options
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/ftrace.h | 5 | ||||
-rw-r--r-- | include/asm-generic/seccomp.h | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/include/asm-generic/ftrace.h b/include/asm-generic/ftrace.h index 51abba9ea7ad..3a23028d69d2 100644 --- a/include/asm-generic/ftrace.h +++ b/include/asm-generic/ftrace.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * linux/include/asm-generic/ftrace.h | 3 | * linux/include/asm-generic/ftrace.h |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | #ifndef __ASM_GENERIC_FTRACE_H__ | 5 | #ifndef __ASM_GENERIC_FTRACE_H__ |
9 | #define __ASM_GENERIC_FTRACE_H__ | 6 | #define __ASM_GENERIC_FTRACE_H__ |
diff --git a/include/asm-generic/seccomp.h b/include/asm-generic/seccomp.h index e74072d23e69..1321ac7821d7 100644 --- a/include/asm-generic/seccomp.h +++ b/include/asm-generic/seccomp.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * include/asm-generic/seccomp.h | 3 | * include/asm-generic/seccomp.h |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Linaro Limited | 5 | * Copyright (C) 2014 Linaro Limited |
5 | * Author: AKASHI Takahiro <takahiro.akashi@linaro.org> | 6 | * Author: AKASHI Takahiro <takahiro.akashi@linaro.org> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | #ifndef _ASM_GENERIC_SECCOMP_H | 8 | #ifndef _ASM_GENERIC_SECCOMP_H |
12 | #define _ASM_GENERIC_SECCOMP_H | 9 | #define _ASM_GENERIC_SECCOMP_H |