diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-11-07 04:32:44 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-11-07 04:32:44 -0500 |
commit | 8c5db92a705d9e2c986adec475980d1120fa07b4 (patch) | |
tree | 9f0eea56889819707c0a1a8eb5b1fb2db3cdaf3d /include/asm-generic | |
parent | ca5d376e17072c1b60c3fee66f3be58ef018952d (diff) | |
parent | e4880bc5dfb1f02b152e62a894b5c6f3e995b3cf (diff) |
Merge branch 'linus' into locking/core, to resolve conflicts
Conflicts:
include/linux/compiler-clang.h
include/linux/compiler-gcc.h
include/linux/compiler-intel.h
include/uapi/linux/stddef.h
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/asm-generic')
104 files changed, 104 insertions, 0 deletions
diff --git a/include/asm-generic/4level-fixup.h b/include/asm-generic/4level-fixup.h index 928fd66b1271..89f3b03b1445 100644 --- a/include/asm-generic/4level-fixup.h +++ b/include/asm-generic/4level-fixup.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _4LEVEL_FIXUP_H | 2 | #ifndef _4LEVEL_FIXUP_H |
2 | #define _4LEVEL_FIXUP_H | 3 | #define _4LEVEL_FIXUP_H |
3 | 4 | ||
diff --git a/include/asm-generic/5level-fixup.h b/include/asm-generic/5level-fixup.h index b5ca82dc4175..dfbd9d990637 100644 --- a/include/asm-generic/5level-fixup.h +++ b/include/asm-generic/5level-fixup.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _5LEVEL_FIXUP_H | 2 | #ifndef _5LEVEL_FIXUP_H |
2 | #define _5LEVEL_FIXUP_H | 3 | #define _5LEVEL_FIXUP_H |
3 | 4 | ||
diff --git a/include/asm-generic/asm-prototypes.h b/include/asm-generic/asm-prototypes.h index 939869c772b1..2fa2bc208383 100644 --- a/include/asm-generic/asm-prototypes.h +++ b/include/asm-generic/asm-prototypes.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #include <linux/bitops.h> | 2 | #include <linux/bitops.h> |
2 | #undef __memset | 3 | #undef __memset |
3 | extern void *__memset(void *, int, __kernel_size_t); | 4 | extern void *__memset(void *, int, __kernel_size_t); |
diff --git a/include/asm-generic/atomic-long.h b/include/asm-generic/atomic-long.h index f2d97b782031..34a028a7bcc5 100644 --- a/include/asm-generic/atomic-long.h +++ b/include/asm-generic/atomic-long.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_ATOMIC_LONG_H | 2 | #ifndef _ASM_GENERIC_ATOMIC_LONG_H |
2 | #define _ASM_GENERIC_ATOMIC_LONG_H | 3 | #define _ASM_GENERIC_ATOMIC_LONG_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/audit_change_attr.h b/include/asm-generic/audit_change_attr.h index a1865537339b..331670807cf0 100644 --- a/include/asm-generic/audit_change_attr.h +++ b/include/asm-generic/audit_change_attr.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifdef __NR_chmod | 2 | #ifdef __NR_chmod |
2 | __NR_chmod, | 3 | __NR_chmod, |
3 | #endif | 4 | #endif |
diff --git a/include/asm-generic/audit_dir_write.h b/include/asm-generic/audit_dir_write.h index 7b61db4fe72b..8fb83b43006a 100644 --- a/include/asm-generic/audit_dir_write.h +++ b/include/asm-generic/audit_dir_write.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifdef __NR_rename | 2 | #ifdef __NR_rename |
2 | __NR_rename, | 3 | __NR_rename, |
3 | #endif | 4 | #endif |
diff --git a/include/asm-generic/audit_read.h b/include/asm-generic/audit_read.h index 3b249cb857dc..7bb7b5a83ae2 100644 --- a/include/asm-generic/audit_read.h +++ b/include/asm-generic/audit_read.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifdef __NR_readlink | 2 | #ifdef __NR_readlink |
2 | __NR_readlink, | 3 | __NR_readlink, |
3 | #endif | 4 | #endif |
diff --git a/include/asm-generic/audit_write.h b/include/asm-generic/audit_write.h index 274575d7129f..dfc52b3c103f 100644 --- a/include/asm-generic/audit_write.h +++ b/include/asm-generic/audit_write.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #include <asm-generic/audit_dir_write.h> | 2 | #include <asm-generic/audit_dir_write.h> |
2 | __NR_acct, | 3 | __NR_acct, |
3 | #ifdef __NR_swapon | 4 | #ifdef __NR_swapon |
diff --git a/include/asm-generic/bitops.h b/include/asm-generic/bitops.h index dcdcacf2fd2b..bfc96bf6606e 100644 --- a/include/asm-generic/bitops.h +++ b/include/asm-generic/bitops.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_BITOPS_H | 2 | #ifndef __ASM_GENERIC_BITOPS_H |
2 | #define __ASM_GENERIC_BITOPS_H | 3 | #define __ASM_GENERIC_BITOPS_H |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/__ffs.h b/include/asm-generic/bitops/__ffs.h index 937d7c435575..39e56e1c7203 100644 --- a/include/asm-generic/bitops/__ffs.h +++ b/include/asm-generic/bitops/__ffs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS___FFS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS___FFS_H_ |
2 | #define _ASM_GENERIC_BITOPS___FFS_H_ | 3 | #define _ASM_GENERIC_BITOPS___FFS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/__fls.h b/include/asm-generic/bitops/__fls.h index a60a7ccb6782..03f721a8a2b1 100644 --- a/include/asm-generic/bitops/__fls.h +++ b/include/asm-generic/bitops/__fls.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS___FLS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS___FLS_H_ |
2 | #define _ASM_GENERIC_BITOPS___FLS_H_ | 3 | #define _ASM_GENERIC_BITOPS___FLS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/arch_hweight.h b/include/asm-generic/bitops/arch_hweight.h index 6a211f40665c..c2705e1d220d 100644 --- a/include/asm-generic/bitops/arch_hweight.h +++ b/include/asm-generic/bitops/arch_hweight.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_ARCH_HWEIGHT_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_ARCH_HWEIGHT_H_ |
2 | #define _ASM_GENERIC_BITOPS_ARCH_HWEIGHT_H_ | 3 | #define _ASM_GENERIC_BITOPS_ARCH_HWEIGHT_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/atomic.h b/include/asm-generic/bitops/atomic.h index 49673510b484..04deffaf5f7d 100644 --- a/include/asm-generic/bitops/atomic.h +++ b/include/asm-generic/bitops/atomic.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_ATOMIC_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_ATOMIC_H_ |
2 | #define _ASM_GENERIC_BITOPS_ATOMIC_H_ | 3 | #define _ASM_GENERIC_BITOPS_ATOMIC_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/builtin-__ffs.h b/include/asm-generic/bitops/builtin-__ffs.h index 90041e3a41f0..87024da44d10 100644 --- a/include/asm-generic/bitops/builtin-__ffs.h +++ b/include/asm-generic/bitops/builtin-__ffs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN___FFS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN___FFS_H_ |
2 | #define _ASM_GENERIC_BITOPS_BUILTIN___FFS_H_ | 3 | #define _ASM_GENERIC_BITOPS_BUILTIN___FFS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/builtin-__fls.h b/include/asm-generic/bitops/builtin-__fls.h index 0248f386635f..43a5aa9afbdb 100644 --- a/include/asm-generic/bitops/builtin-__fls.h +++ b/include/asm-generic/bitops/builtin-__fls.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN___FLS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN___FLS_H_ |
2 | #define _ASM_GENERIC_BITOPS_BUILTIN___FLS_H_ | 3 | #define _ASM_GENERIC_BITOPS_BUILTIN___FLS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/builtin-ffs.h b/include/asm-generic/bitops/builtin-ffs.h index 064825829e1c..458c85ebcd15 100644 --- a/include/asm-generic/bitops/builtin-ffs.h +++ b/include/asm-generic/bitops/builtin-ffs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN_FFS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN_FFS_H_ |
2 | #define _ASM_GENERIC_BITOPS_BUILTIN_FFS_H_ | 3 | #define _ASM_GENERIC_BITOPS_BUILTIN_FFS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/builtin-fls.h b/include/asm-generic/bitops/builtin-fls.h index eda652d0ac7f..62daf940989d 100644 --- a/include/asm-generic/bitops/builtin-fls.h +++ b/include/asm-generic/bitops/builtin-fls.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN_FLS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_BUILTIN_FLS_H_ |
2 | #define _ASM_GENERIC_BITOPS_BUILTIN_FLS_H_ | 3 | #define _ASM_GENERIC_BITOPS_BUILTIN_FLS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/const_hweight.h b/include/asm-generic/bitops/const_hweight.h index 0a7e06623470..149faeeeeaf2 100644 --- a/include/asm-generic/bitops/const_hweight.h +++ b/include/asm-generic/bitops/const_hweight.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_CONST_HWEIGHT_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_CONST_HWEIGHT_H_ |
2 | #define _ASM_GENERIC_BITOPS_CONST_HWEIGHT_H_ | 3 | #define _ASM_GENERIC_BITOPS_CONST_HWEIGHT_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/ext2-atomic-setbit.h b/include/asm-generic/bitops/ext2-atomic-setbit.h index 5a0997857b34..b041cbf0d899 100644 --- a/include/asm-generic/bitops/ext2-atomic-setbit.h +++ b/include/asm-generic/bitops/ext2-atomic-setbit.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_EXT2_ATOMIC_SETBIT_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_EXT2_ATOMIC_SETBIT_H_ |
2 | #define _ASM_GENERIC_BITOPS_EXT2_ATOMIC_SETBIT_H_ | 3 | #define _ASM_GENERIC_BITOPS_EXT2_ATOMIC_SETBIT_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/ext2-atomic.h b/include/asm-generic/bitops/ext2-atomic.h index 87f0f109d7f1..0cfc3180b074 100644 --- a/include/asm-generic/bitops/ext2-atomic.h +++ b/include/asm-generic/bitops/ext2-atomic.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_EXT2_ATOMIC_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_EXT2_ATOMIC_H_ |
2 | #define _ASM_GENERIC_BITOPS_EXT2_ATOMIC_H_ | 3 | #define _ASM_GENERIC_BITOPS_EXT2_ATOMIC_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/ffs.h b/include/asm-generic/bitops/ffs.h index fbbb43af7dc0..e81868b2c0f0 100644 --- a/include/asm-generic/bitops/ffs.h +++ b/include/asm-generic/bitops/ffs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_FFS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_FFS_H_ |
2 | #define _ASM_GENERIC_BITOPS_FFS_H_ | 3 | #define _ASM_GENERIC_BITOPS_FFS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/ffz.h b/include/asm-generic/bitops/ffz.h index 6744bd4cdf46..0d010085fdec 100644 --- a/include/asm-generic/bitops/ffz.h +++ b/include/asm-generic/bitops/ffz.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_FFZ_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_FFZ_H_ |
2 | #define _ASM_GENERIC_BITOPS_FFZ_H_ | 3 | #define _ASM_GENERIC_BITOPS_FFZ_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/find.h b/include/asm-generic/bitops/find.h index 998d4d544f18..1ba611e16fa0 100644 --- a/include/asm-generic/bitops/find.h +++ b/include/asm-generic/bitops/find.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_FIND_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_FIND_H_ |
2 | #define _ASM_GENERIC_BITOPS_FIND_H_ | 3 | #define _ASM_GENERIC_BITOPS_FIND_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/fls.h b/include/asm-generic/bitops/fls.h index 0576d1f42f43..753aecaab641 100644 --- a/include/asm-generic/bitops/fls.h +++ b/include/asm-generic/bitops/fls.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_FLS_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_FLS_H_ |
2 | #define _ASM_GENERIC_BITOPS_FLS_H_ | 3 | #define _ASM_GENERIC_BITOPS_FLS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/fls64.h b/include/asm-generic/bitops/fls64.h index b097cf8444e3..866f2b2304ff 100644 --- a/include/asm-generic/bitops/fls64.h +++ b/include/asm-generic/bitops/fls64.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_FLS64_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_FLS64_H_ |
2 | #define _ASM_GENERIC_BITOPS_FLS64_H_ | 3 | #define _ASM_GENERIC_BITOPS_FLS64_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/hweight.h b/include/asm-generic/bitops/hweight.h index a94d6519c7ed..6bf1bba83589 100644 --- a/include/asm-generic/bitops/hweight.h +++ b/include/asm-generic/bitops/hweight.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_HWEIGHT_H_ |
2 | #define _ASM_GENERIC_BITOPS_HWEIGHT_H_ | 3 | #define _ASM_GENERIC_BITOPS_HWEIGHT_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/le.h b/include/asm-generic/bitops/le.h index 61731543c00e..188d3eba3ace 100644 --- a/include/asm-generic/bitops/le.h +++ b/include/asm-generic/bitops/le.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_LE_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_LE_H_ |
2 | #define _ASM_GENERIC_BITOPS_LE_H_ | 3 | #define _ASM_GENERIC_BITOPS_LE_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/lock.h b/include/asm-generic/bitops/lock.h index 8ef0ccbf8167..bc397573c43a 100644 --- a/include/asm-generic/bitops/lock.h +++ b/include/asm-generic/bitops/lock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_LOCK_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_LOCK_H_ |
2 | #define _ASM_GENERIC_BITOPS_LOCK_H_ | 3 | #define _ASM_GENERIC_BITOPS_LOCK_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/non-atomic.h b/include/asm-generic/bitops/non-atomic.h index 697cc2b7e0f0..7e10c4b50c5d 100644 --- a/include/asm-generic/bitops/non-atomic.h +++ b/include/asm-generic/bitops/non-atomic.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_NON_ATOMIC_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_NON_ATOMIC_H_ |
2 | #define _ASM_GENERIC_BITOPS_NON_ATOMIC_H_ | 3 | #define _ASM_GENERIC_BITOPS_NON_ATOMIC_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitops/sched.h b/include/asm-generic/bitops/sched.h index 604fab7031a6..86470cfcef60 100644 --- a/include/asm-generic/bitops/sched.h +++ b/include/asm-generic/bitops/sched.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BITOPS_SCHED_H_ | 2 | #ifndef _ASM_GENERIC_BITOPS_SCHED_H_ |
2 | #define _ASM_GENERIC_BITOPS_SCHED_H_ | 3 | #define _ASM_GENERIC_BITOPS_SCHED_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/bitsperlong.h b/include/asm-generic/bitsperlong.h index d1d70aa19021..3905c1c93dc2 100644 --- a/include/asm-generic/bitsperlong.h +++ b/include/asm-generic/bitsperlong.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_BITS_PER_LONG | 2 | #ifndef __ASM_GENERIC_BITS_PER_LONG |
2 | #define __ASM_GENERIC_BITS_PER_LONG | 3 | #define __ASM_GENERIC_BITS_PER_LONG |
3 | 4 | ||
diff --git a/include/asm-generic/bug.h b/include/asm-generic/bug.h index 87191357d303..af2cc94a61bf 100644 --- a/include/asm-generic/bug.h +++ b/include/asm-generic/bug.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_BUG_H | 2 | #ifndef _ASM_GENERIC_BUG_H |
2 | #define _ASM_GENERIC_BUG_H | 3 | #define _ASM_GENERIC_BUG_H |
3 | 4 | ||
diff --git a/include/asm-generic/bugs.h b/include/asm-generic/bugs.h index 6c4f62ea714d..69021830f078 100644 --- a/include/asm-generic/bugs.h +++ b/include/asm-generic/bugs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_BUGS_H | 2 | #ifndef __ASM_GENERIC_BUGS_H |
2 | #define __ASM_GENERIC_BUGS_H | 3 | #define __ASM_GENERIC_BUGS_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/cache.h b/include/asm-generic/cache.h index 1bfcfe5c2237..60386e164246 100644 --- a/include/asm-generic/cache.h +++ b/include/asm-generic/cache.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_CACHE_H | 2 | #ifndef __ASM_GENERIC_CACHE_H |
2 | #define __ASM_GENERIC_CACHE_H | 3 | #define __ASM_GENERIC_CACHE_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/cacheflush.h b/include/asm-generic/cacheflush.h index 87bc536ccde3..0dd47a6db2cf 100644 --- a/include/asm-generic/cacheflush.h +++ b/include/asm-generic/cacheflush.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_CACHEFLUSH_H | 2 | #ifndef __ASM_CACHEFLUSH_H |
2 | #define __ASM_CACHEFLUSH_H | 3 | #define __ASM_CACHEFLUSH_H |
3 | 4 | ||
diff --git a/include/asm-generic/checksum.h b/include/asm-generic/checksum.h index 3150cbd8eb21..34785c0f57b0 100644 --- a/include/asm-generic/checksum.h +++ b/include/asm-generic/checksum.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_CHECKSUM_H | 2 | #ifndef __ASM_GENERIC_CHECKSUM_H |
2 | #define __ASM_GENERIC_CHECKSUM_H | 3 | #define __ASM_GENERIC_CHECKSUM_H |
3 | 4 | ||
diff --git a/include/asm-generic/cmpxchg-local.h b/include/asm-generic/cmpxchg-local.h index 70bef78912b7..f17f14f84d09 100644 --- a/include/asm-generic/cmpxchg-local.h +++ b/include/asm-generic/cmpxchg-local.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_CMPXCHG_LOCAL_H | 2 | #ifndef __ASM_GENERIC_CMPXCHG_LOCAL_H |
2 | #define __ASM_GENERIC_CMPXCHG_LOCAL_H | 3 | #define __ASM_GENERIC_CMPXCHG_LOCAL_H |
3 | 4 | ||
diff --git a/include/asm-generic/cmpxchg.h b/include/asm-generic/cmpxchg.h index e5f9080e8e86..9a24510cd8c1 100644 --- a/include/asm-generic/cmpxchg.h +++ b/include/asm-generic/cmpxchg.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Generic UP xchg and cmpxchg using interrupt disablement. Does not | 3 | * Generic UP xchg and cmpxchg using interrupt disablement. Does not |
3 | * support SMP. | 4 | * support SMP. |
diff --git a/include/asm-generic/current.h b/include/asm-generic/current.h index 5e86f6ae7cab..3a2e224b9fa0 100644 --- a/include/asm-generic/current.h +++ b/include/asm-generic/current.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_CURRENT_H | 2 | #ifndef __ASM_GENERIC_CURRENT_H |
2 | #define __ASM_GENERIC_CURRENT_H | 3 | #define __ASM_GENERIC_CURRENT_H |
3 | 4 | ||
diff --git a/include/asm-generic/delay.h b/include/asm-generic/delay.h index 0f79054ce7cd..e448ac61430c 100644 --- a/include/asm-generic/delay.h +++ b/include/asm-generic/delay.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_DELAY_H | 2 | #ifndef __ASM_GENERIC_DELAY_H |
2 | #define __ASM_GENERIC_DELAY_H | 3 | #define __ASM_GENERIC_DELAY_H |
3 | 4 | ||
diff --git a/include/asm-generic/div64.h b/include/asm-generic/div64.h index 163f77999ea4..d2013064dc69 100644 --- a/include/asm-generic/div64.h +++ b/include/asm-generic/div64.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_DIV64_H | 2 | #ifndef _ASM_GENERIC_DIV64_H |
2 | #define _ASM_GENERIC_DIV64_H | 3 | #define _ASM_GENERIC_DIV64_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/dma-contiguous.h b/include/asm-generic/dma-contiguous.h index 292c571750f0..f24b0f9a4f05 100644 --- a/include/asm-generic/dma-contiguous.h +++ b/include/asm-generic/dma-contiguous.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_DMA_CONTIGUOUS_H | 2 | #ifndef _ASM_GENERIC_DMA_CONTIGUOUS_H |
2 | #define _ASM_GENERIC_DMA_CONTIGUOUS_H | 3 | #define _ASM_GENERIC_DMA_CONTIGUOUS_H |
3 | 4 | ||
diff --git a/include/asm-generic/dma.h b/include/asm-generic/dma.h index 9dfc3a7f36d2..43d0c8af8058 100644 --- a/include/asm-generic/dma.h +++ b/include/asm-generic/dma.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_DMA_H | 2 | #ifndef __ASM_GENERIC_DMA_H |
2 | #define __ASM_GENERIC_DMA_H | 3 | #define __ASM_GENERIC_DMA_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/early_ioremap.h b/include/asm-generic/early_ioremap.h index 2edef8d7fa6b..9def22e6e2b3 100644 --- a/include/asm-generic/early_ioremap.h +++ b/include/asm-generic/early_ioremap.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_EARLY_IOREMAP_H_ | 2 | #ifndef _ASM_EARLY_IOREMAP_H_ |
2 | #define _ASM_EARLY_IOREMAP_H_ | 3 | #define _ASM_EARLY_IOREMAP_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/emergency-restart.h b/include/asm-generic/emergency-restart.h index 0d68a1eae985..445de38b795e 100644 --- a/include/asm-generic/emergency-restart.h +++ b/include/asm-generic/emergency-restart.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_EMERGENCY_RESTART_H | 2 | #ifndef _ASM_GENERIC_EMERGENCY_RESTART_H |
2 | #define _ASM_GENERIC_EMERGENCY_RESTART_H | 3 | #define _ASM_GENERIC_EMERGENCY_RESTART_H |
3 | 4 | ||
diff --git a/include/asm-generic/extable.h b/include/asm-generic/extable.h index ca14c6664027..f9618bd0723a 100644 --- a/include/asm-generic/extable.h +++ b/include/asm-generic/extable.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_EXTABLE_H | 2 | #ifndef __ASM_GENERIC_EXTABLE_H |
2 | #define __ASM_GENERIC_EXTABLE_H | 3 | #define __ASM_GENERIC_EXTABLE_H |
3 | 4 | ||
diff --git a/include/asm-generic/fb.h b/include/asm-generic/fb.h index fe8ca7fcea00..f9f18101ed36 100644 --- a/include/asm-generic/fb.h +++ b/include/asm-generic/fb.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_FB_H_ | 2 | #ifndef __ASM_GENERIC_FB_H_ |
2 | #define __ASM_GENERIC_FB_H_ | 3 | #define __ASM_GENERIC_FB_H_ |
3 | #include <linux/fb.h> | 4 | #include <linux/fb.h> |
diff --git a/include/asm-generic/futex.h b/include/asm-generic/futex.h index f0d8b1c51343..fcb61b4659b3 100644 --- a/include/asm-generic/futex.h +++ b/include/asm-generic/futex.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_FUTEX_H | 2 | #ifndef _ASM_GENERIC_FUTEX_H |
2 | #define _ASM_GENERIC_FUTEX_H | 3 | #define _ASM_GENERIC_FUTEX_H |
3 | 4 | ||
diff --git a/include/asm-generic/getorder.h b/include/asm-generic/getorder.h index 65e4468ac53d..c64bea7a52be 100644 --- a/include/asm-generic/getorder.h +++ b/include/asm-generic/getorder.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_GETORDER_H | 2 | #ifndef __ASM_GENERIC_GETORDER_H |
2 | #define __ASM_GENERIC_GETORDER_H | 3 | #define __ASM_GENERIC_GETORDER_H |
3 | 4 | ||
diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h index 8ca627dcea11..19eadac415c4 100644 --- a/include/asm-generic/gpio.h +++ b/include/asm-generic/gpio.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_GPIO_H | 2 | #ifndef _ASM_GENERIC_GPIO_H |
2 | #define _ASM_GENERIC_GPIO_H | 3 | #define _ASM_GENERIC_GPIO_H |
3 | 4 | ||
diff --git a/include/asm-generic/hardirq.h b/include/asm-generic/hardirq.h index 04d0a977cd43..d14214dfc10b 100644 --- a/include/asm-generic/hardirq.h +++ b/include/asm-generic/hardirq.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_HARDIRQ_H | 2 | #ifndef __ASM_GENERIC_HARDIRQ_H |
2 | #define __ASM_GENERIC_HARDIRQ_H | 3 | #define __ASM_GENERIC_HARDIRQ_H |
3 | 4 | ||
diff --git a/include/asm-generic/hugetlb.h b/include/asm-generic/hugetlb.h index 540354f94f83..9d0cde8ab716 100644 --- a/include/asm-generic/hugetlb.h +++ b/include/asm-generic/hugetlb.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_HUGETLB_H | 2 | #ifndef _ASM_GENERIC_HUGETLB_H |
2 | #define _ASM_GENERIC_HUGETLB_H | 3 | #define _ASM_GENERIC_HUGETLB_H |
3 | 4 | ||
diff --git a/include/asm-generic/ide_iops.h b/include/asm-generic/ide_iops.h index 1b91d0681914..81dfa3ee5e06 100644 --- a/include/asm-generic/ide_iops.h +++ b/include/asm-generic/ide_iops.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* Generic I/O and MEMIO string operations. */ | 2 | /* Generic I/O and MEMIO string operations. */ |
2 | 3 | ||
3 | #define __ide_insw insw | 4 | #define __ide_insw insw |
diff --git a/include/asm-generic/int-ll64.h b/include/asm-generic/int-ll64.h index 4cd84855cb46..ffb68d67be5f 100644 --- a/include/asm-generic/int-ll64.h +++ b/include/asm-generic/int-ll64.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * asm-generic/int-ll64.h | 3 | * asm-generic/int-ll64.h |
3 | * | 4 | * |
diff --git a/include/asm-generic/ioctl.h b/include/asm-generic/ioctl.h index 297fb0d7cd6c..9fda9ed000cd 100644 --- a/include/asm-generic/ioctl.h +++ b/include/asm-generic/ioctl.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_IOCTL_H | 2 | #ifndef _ASM_GENERIC_IOCTL_H |
2 | #define _ASM_GENERIC_IOCTL_H | 3 | #define _ASM_GENERIC_IOCTL_H |
3 | 4 | ||
diff --git a/include/asm-generic/iomap.h b/include/asm-generic/iomap.h index 650fede33c25..5b63b94ef6b5 100644 --- a/include/asm-generic/iomap.h +++ b/include/asm-generic/iomap.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __GENERIC_IO_H | 2 | #ifndef __GENERIC_IO_H |
2 | #define __GENERIC_IO_H | 3 | #define __GENERIC_IO_H |
3 | 4 | ||
diff --git a/include/asm-generic/irq.h b/include/asm-generic/irq.h index b90ec0bc485f..da21de991e84 100644 --- a/include/asm-generic/irq.h +++ b/include/asm-generic/irq.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_IRQ_H | 2 | #ifndef __ASM_GENERIC_IRQ_H |
2 | #define __ASM_GENERIC_IRQ_H | 3 | #define __ASM_GENERIC_IRQ_H |
3 | 4 | ||
diff --git a/include/asm-generic/irq_work.h b/include/asm-generic/irq_work.h index a44f452c6590..d5dce06f74b8 100644 --- a/include/asm-generic/irq_work.h +++ b/include/asm-generic/irq_work.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_IRQ_WORK_H | 2 | #ifndef __ASM_IRQ_WORK_H |
2 | #define __ASM_IRQ_WORK_H | 3 | #define __ASM_IRQ_WORK_H |
3 | 4 | ||
diff --git a/include/asm-generic/irqflags.h b/include/asm-generic/irqflags.h index 1f40d0024cf3..19ccbf483a24 100644 --- a/include/asm-generic/irqflags.h +++ b/include/asm-generic/irqflags.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_IRQFLAGS_H | 2 | #ifndef __ASM_GENERIC_IRQFLAGS_H |
2 | #define __ASM_GENERIC_IRQFLAGS_H | 3 | #define __ASM_GENERIC_IRQFLAGS_H |
3 | 4 | ||
diff --git a/include/asm-generic/kdebug.h b/include/asm-generic/kdebug.h index d1814497bcdb..2b10b31b02d0 100644 --- a/include/asm-generic/kdebug.h +++ b/include/asm-generic/kdebug.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_KDEBUG_H | 2 | #ifndef _ASM_GENERIC_KDEBUG_H |
2 | #define _ASM_GENERIC_KDEBUG_H | 3 | #define _ASM_GENERIC_KDEBUG_H |
3 | 4 | ||
diff --git a/include/asm-generic/kmap_types.h b/include/asm-generic/kmap_types.h index 90f99c74dd38..9f95b7b63d19 100644 --- a/include/asm-generic/kmap_types.h +++ b/include/asm-generic/kmap_types.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_KMAP_TYPES_H | 2 | #ifndef _ASM_GENERIC_KMAP_TYPES_H |
2 | #define _ASM_GENERIC_KMAP_TYPES_H | 3 | #define _ASM_GENERIC_KMAP_TYPES_H |
3 | 4 | ||
diff --git a/include/asm-generic/kprobes.h b/include/asm-generic/kprobes.h index 57af9f21d148..4a982089c95c 100644 --- a/include/asm-generic/kprobes.h +++ b/include/asm-generic/kprobes.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_KPROBES_H | 2 | #ifndef _ASM_GENERIC_KPROBES_H |
2 | #define _ASM_GENERIC_KPROBES_H | 3 | #define _ASM_GENERIC_KPROBES_H |
3 | 4 | ||
diff --git a/include/asm-generic/kvm_para.h b/include/asm-generic/kvm_para.h index fa25becbdcaf..18c6abe81fbd 100644 --- a/include/asm-generic/kvm_para.h +++ b/include/asm-generic/kvm_para.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_KVM_PARA_H | 2 | #ifndef _ASM_GENERIC_KVM_PARA_H |
2 | #define _ASM_GENERIC_KVM_PARA_H | 3 | #define _ASM_GENERIC_KVM_PARA_H |
3 | 4 | ||
diff --git a/include/asm-generic/local.h b/include/asm-generic/local.h index 9ceb03b4f466..fca7f1d84818 100644 --- a/include/asm-generic/local.h +++ b/include/asm-generic/local.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_LOCAL_H | 2 | #ifndef _ASM_GENERIC_LOCAL_H |
2 | #define _ASM_GENERIC_LOCAL_H | 3 | #define _ASM_GENERIC_LOCAL_H |
3 | 4 | ||
diff --git a/include/asm-generic/local64.h b/include/asm-generic/local64.h index 5980002b8b7b..765be0b7d883 100644 --- a/include/asm-generic/local64.h +++ b/include/asm-generic/local64.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_LOCAL64_H | 2 | #ifndef _ASM_GENERIC_LOCAL64_H |
2 | #define _ASM_GENERIC_LOCAL64_H | 3 | #define _ASM_GENERIC_LOCAL64_H |
3 | 4 | ||
diff --git a/include/asm-generic/memory_model.h b/include/asm-generic/memory_model.h index 5148150cc80b..7637fb46ba4f 100644 --- a/include/asm-generic/memory_model.h +++ b/include/asm-generic/memory_model.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_MEMORY_MODEL_H | 2 | #ifndef __ASM_MEMORY_MODEL_H |
2 | #define __ASM_MEMORY_MODEL_H | 3 | #define __ASM_MEMORY_MODEL_H |
3 | 4 | ||
diff --git a/include/asm-generic/mm_hooks.h b/include/asm-generic/mm_hooks.h index 41e5b6784b97..ea189d88a3cc 100644 --- a/include/asm-generic/mm_hooks.h +++ b/include/asm-generic/mm_hooks.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Define generic no-op hooks for arch_dup_mmap, arch_exit_mmap | 3 | * Define generic no-op hooks for arch_dup_mmap, arch_exit_mmap |
3 | * and arch_unmap to be included in asm-FOO/mmu_context.h for any | 4 | * and arch_unmap to be included in asm-FOO/mmu_context.h for any |
diff --git a/include/asm-generic/mmu.h b/include/asm-generic/mmu.h index 0ed3f1cfb854..061838037542 100644 --- a/include/asm-generic/mmu.h +++ b/include/asm-generic/mmu.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_MMU_H | 2 | #ifndef __ASM_GENERIC_MMU_H |
2 | #define __ASM_GENERIC_MMU_H | 3 | #define __ASM_GENERIC_MMU_H |
3 | 4 | ||
diff --git a/include/asm-generic/mmu_context.h b/include/asm-generic/mmu_context.h index a7eec910ba6c..6be9106fb6fb 100644 --- a/include/asm-generic/mmu_context.h +++ b/include/asm-generic/mmu_context.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_MMU_CONTEXT_H | 2 | #ifndef __ASM_GENERIC_MMU_CONTEXT_H |
2 | #define __ASM_GENERIC_MMU_CONTEXT_H | 3 | #define __ASM_GENERIC_MMU_CONTEXT_H |
3 | 4 | ||
diff --git a/include/asm-generic/module.h b/include/asm-generic/module.h index 14dc41d185a7..98e1541b72b7 100644 --- a/include/asm-generic/module.h +++ b/include/asm-generic/module.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_MODULE_H | 2 | #ifndef __ASM_GENERIC_MODULE_H |
2 | #define __ASM_GENERIC_MODULE_H | 3 | #define __ASM_GENERIC_MODULE_H |
3 | 4 | ||
diff --git a/include/asm-generic/msi.h b/include/asm-generic/msi.h index 61c58d8878ce..e6795f088bdd 100644 --- a/include/asm-generic/msi.h +++ b/include/asm-generic/msi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_MSI_H | 2 | #ifndef __ASM_GENERIC_MSI_H |
2 | #define __ASM_GENERIC_MSI_H | 3 | #define __ASM_GENERIC_MSI_H |
3 | 4 | ||
diff --git a/include/asm-generic/page.h b/include/asm-generic/page.h index 67cfb7dbc284..27bf3377b0cb 100644 --- a/include/asm-generic/page.h +++ b/include/asm-generic/page.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_PAGE_H | 2 | #ifndef __ASM_GENERIC_PAGE_H |
2 | #define __ASM_GENERIC_PAGE_H | 3 | #define __ASM_GENERIC_PAGE_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/param.h b/include/asm-generic/param.h index 04e715bccceb..8d3009dd28ff 100644 --- a/include/asm-generic/param.h +++ b/include/asm-generic/param.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_PARAM_H | 2 | #ifndef __ASM_GENERIC_PARAM_H |
2 | #define __ASM_GENERIC_PARAM_H | 3 | #define __ASM_GENERIC_PARAM_H |
3 | 4 | ||
diff --git a/include/asm-generic/parport.h b/include/asm-generic/parport.h index 2c9f9d4336ca..483991d619a7 100644 --- a/include/asm-generic/parport.h +++ b/include/asm-generic/parport.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_PARPORT_H | 2 | #ifndef __ASM_GENERIC_PARPORT_H |
2 | #define __ASM_GENERIC_PARPORT_H | 3 | #define __ASM_GENERIC_PARPORT_H |
3 | 4 | ||
diff --git a/include/asm-generic/pci.h b/include/asm-generic/pci.h index f24bc519bf31..830d7659289b 100644 --- a/include/asm-generic/pci.h +++ b/include/asm-generic/pci.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * linux/include/asm-generic/pci.h | 3 | * linux/include/asm-generic/pci.h |
3 | * | 4 | * |
diff --git a/include/asm-generic/percpu.h b/include/asm-generic/percpu.h index 976f8ac26665..1817a8415a5e 100644 --- a/include/asm-generic/percpu.h +++ b/include/asm-generic/percpu.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_PERCPU_H_ | 2 | #ifndef _ASM_GENERIC_PERCPU_H_ |
2 | #define _ASM_GENERIC_PERCPU_H_ | 3 | #define _ASM_GENERIC_PERCPU_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/pgalloc.h b/include/asm-generic/pgalloc.h index 9e429d08b1f8..948714c1535a 100644 --- a/include/asm-generic/pgalloc.h +++ b/include/asm-generic/pgalloc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_PGALLOC_H | 2 | #ifndef __ASM_GENERIC_PGALLOC_H |
2 | #define __ASM_GENERIC_PGALLOC_H | 3 | #define __ASM_GENERIC_PGALLOC_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/pgtable-nop4d-hack.h b/include/asm-generic/pgtable-nop4d-hack.h index 752fb7511750..0c34215263b8 100644 --- a/include/asm-generic/pgtable-nop4d-hack.h +++ b/include/asm-generic/pgtable-nop4d-hack.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _PGTABLE_NOP4D_HACK_H | 2 | #ifndef _PGTABLE_NOP4D_HACK_H |
2 | #define _PGTABLE_NOP4D_HACK_H | 3 | #define _PGTABLE_NOP4D_HACK_H |
3 | 4 | ||
diff --git a/include/asm-generic/pgtable-nop4d.h b/include/asm-generic/pgtable-nop4d.h index de364ecb8df6..8f22f55de17a 100644 --- a/include/asm-generic/pgtable-nop4d.h +++ b/include/asm-generic/pgtable-nop4d.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _PGTABLE_NOP4D_H | 2 | #ifndef _PGTABLE_NOP4D_H |
2 | #define _PGTABLE_NOP4D_H | 3 | #define _PGTABLE_NOP4D_H |
3 | 4 | ||
diff --git a/include/asm-generic/pgtable-nopmd.h b/include/asm-generic/pgtable-nopmd.h index 725612b793ce..f35f6e8149e4 100644 --- a/include/asm-generic/pgtable-nopmd.h +++ b/include/asm-generic/pgtable-nopmd.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _PGTABLE_NOPMD_H | 2 | #ifndef _PGTABLE_NOPMD_H |
2 | #define _PGTABLE_NOPMD_H | 3 | #define _PGTABLE_NOPMD_H |
3 | 4 | ||
diff --git a/include/asm-generic/pgtable-nopud.h b/include/asm-generic/pgtable-nopud.h index c2b9b96d6268..e950b9c50f34 100644 --- a/include/asm-generic/pgtable-nopud.h +++ b/include/asm-generic/pgtable-nopud.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _PGTABLE_NOPUD_H | 2 | #ifndef _PGTABLE_NOPUD_H |
2 | #define _PGTABLE_NOPUD_H | 3 | #define _PGTABLE_NOPUD_H |
3 | 4 | ||
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h index 8e0243036564..757dc6ffc7ba 100644 --- a/include/asm-generic/pgtable.h +++ b/include/asm-generic/pgtable.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_PGTABLE_H | 2 | #ifndef _ASM_GENERIC_PGTABLE_H |
2 | #define _ASM_GENERIC_PGTABLE_H | 3 | #define _ASM_GENERIC_PGTABLE_H |
3 | 4 | ||
diff --git a/include/asm-generic/preempt.h b/include/asm-generic/preempt.h index c1cde3577551..c3046c920063 100644 --- a/include/asm-generic/preempt.h +++ b/include/asm-generic/preempt.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_PREEMPT_H | 2 | #ifndef __ASM_PREEMPT_H |
2 | #define __ASM_PREEMPT_H | 3 | #define __ASM_PREEMPT_H |
3 | 4 | ||
diff --git a/include/asm-generic/qrwlock_types.h b/include/asm-generic/qrwlock_types.h index 8af752acbdc0..137ecdd16daa 100644 --- a/include/asm-generic/qrwlock_types.h +++ b/include/asm-generic/qrwlock_types.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_QRWLOCK_TYPES_H | 2 | #ifndef __ASM_GENERIC_QRWLOCK_TYPES_H |
2 | #define __ASM_GENERIC_QRWLOCK_TYPES_H | 3 | #define __ASM_GENERIC_QRWLOCK_TYPES_H |
3 | 4 | ||
diff --git a/include/asm-generic/resource.h b/include/asm-generic/resource.h index 5e752b959054..8874f681b056 100644 --- a/include/asm-generic/resource.h +++ b/include/asm-generic/resource.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_RESOURCE_H | 2 | #ifndef _ASM_GENERIC_RESOURCE_H |
2 | #define _ASM_GENERIC_RESOURCE_H | 3 | #define _ASM_GENERIC_RESOURCE_H |
3 | 4 | ||
diff --git a/include/asm-generic/rwsem.h b/include/asm-generic/rwsem.h index b2d68d2d198e..93e67a055a4d 100644 --- a/include/asm-generic/rwsem.h +++ b/include/asm-generic/rwsem.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_RWSEM_H | 2 | #ifndef _ASM_GENERIC_RWSEM_H |
2 | #define _ASM_GENERIC_RWSEM_H | 3 | #define _ASM_GENERIC_RWSEM_H |
3 | 4 | ||
diff --git a/include/asm-generic/sections.h b/include/asm-generic/sections.h index e5da44eddd2f..6d9576931084 100644 --- a/include/asm-generic/sections.h +++ b/include/asm-generic/sections.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_SECTIONS_H_ | 2 | #ifndef _ASM_GENERIC_SECTIONS_H_ |
2 | #define _ASM_GENERIC_SECTIONS_H_ | 3 | #define _ASM_GENERIC_SECTIONS_H_ |
3 | 4 | ||
diff --git a/include/asm-generic/serial.h b/include/asm-generic/serial.h index 5e291090fe04..ca9f7b6be3f0 100644 --- a/include/asm-generic/serial.h +++ b/include/asm-generic/serial.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_SERIAL_H | 2 | #ifndef __ASM_GENERIC_SERIAL_H |
2 | #define __ASM_GENERIC_SERIAL_H | 3 | #define __ASM_GENERIC_SERIAL_H |
3 | 4 | ||
diff --git a/include/asm-generic/set_memory.h b/include/asm-generic/set_memory.h index 83e81f8996b2..c86abf6bc7ba 100644 --- a/include/asm-generic/set_memory.h +++ b/include/asm-generic/set_memory.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_SET_MEMORY_H | 2 | #ifndef __ASM_SET_MEMORY_H |
2 | #define __ASM_SET_MEMORY_H | 3 | #define __ASM_SET_MEMORY_H |
3 | 4 | ||
diff --git a/include/asm-generic/signal.h b/include/asm-generic/signal.h index d840c90a157a..c53984fa9761 100644 --- a/include/asm-generic/signal.h +++ b/include/asm-generic/signal.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_SIGNAL_H | 2 | #ifndef __ASM_GENERIC_SIGNAL_H |
2 | #define __ASM_GENERIC_SIGNAL_H | 3 | #define __ASM_GENERIC_SIGNAL_H |
3 | 4 | ||
diff --git a/include/asm-generic/simd.h b/include/asm-generic/simd.h index f57eb7b5c23b..d0343d58a74a 100644 --- a/include/asm-generic/simd.h +++ b/include/asm-generic/simd.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | 2 | ||
2 | #include <linux/hardirq.h> | 3 | #include <linux/hardirq.h> |
3 | 4 | ||
diff --git a/include/asm-generic/spinlock.h b/include/asm-generic/spinlock.h index 1547a03ac50f..adaf6acab172 100644 --- a/include/asm-generic/spinlock.h +++ b/include/asm-generic/spinlock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_SPINLOCK_H | 2 | #ifndef __ASM_GENERIC_SPINLOCK_H |
2 | #define __ASM_GENERIC_SPINLOCK_H | 3 | #define __ASM_GENERIC_SPINLOCK_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/statfs.h b/include/asm-generic/statfs.h index 4b934e9ec970..f88dcd8ed9dd 100644 --- a/include/asm-generic/statfs.h +++ b/include/asm-generic/statfs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _GENERIC_STATFS_H | 2 | #ifndef _GENERIC_STATFS_H |
2 | #define _GENERIC_STATFS_H | 3 | #define _GENERIC_STATFS_H |
3 | 4 | ||
diff --git a/include/asm-generic/syscalls.h b/include/asm-generic/syscalls.h index 1f74be5113b2..933ca6581aba 100644 --- a/include/asm-generic/syscalls.h +++ b/include/asm-generic/syscalls.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_SYSCALLS_H | 2 | #ifndef __ASM_GENERIC_SYSCALLS_H |
2 | #define __ASM_GENERIC_SYSCALLS_H | 3 | #define __ASM_GENERIC_SYSCALLS_H |
3 | 4 | ||
diff --git a/include/asm-generic/termios-base.h b/include/asm-generic/termios-base.h index 157bbf6f4510..59c5a3bd4a6e 100644 --- a/include/asm-generic/termios-base.h +++ b/include/asm-generic/termios-base.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* termios.h: generic termios/termio user copying/translation | 2 | /* termios.h: generic termios/termio user copying/translation |
2 | */ | 3 | */ |
3 | 4 | ||
diff --git a/include/asm-generic/termios.h b/include/asm-generic/termios.h index 8c13a16b074e..b1398d0d4a1d 100644 --- a/include/asm-generic/termios.h +++ b/include/asm-generic/termios.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_TERMIOS_H | 2 | #ifndef _ASM_GENERIC_TERMIOS_H |
2 | #define _ASM_GENERIC_TERMIOS_H | 3 | #define _ASM_GENERIC_TERMIOS_H |
3 | 4 | ||
diff --git a/include/asm-generic/timex.h b/include/asm-generic/timex.h index b2243cb8d6f6..50ba9b5ce983 100644 --- a/include/asm-generic/timex.h +++ b/include/asm-generic/timex.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_TIMEX_H | 2 | #ifndef __ASM_GENERIC_TIMEX_H |
2 | #define __ASM_GENERIC_TIMEX_H | 3 | #define __ASM_GENERIC_TIMEX_H |
3 | 4 | ||
diff --git a/include/asm-generic/tlbflush.h b/include/asm-generic/tlbflush.h index d6d0a88430fe..dc2669289faf 100644 --- a/include/asm-generic/tlbflush.h +++ b/include/asm-generic/tlbflush.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_TLBFLUSH_H | 2 | #ifndef __ASM_GENERIC_TLBFLUSH_H |
2 | #define __ASM_GENERIC_TLBFLUSH_H | 3 | #define __ASM_GENERIC_TLBFLUSH_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/trace_clock.h b/include/asm-generic/trace_clock.h index 6726f1bafb5e..cbbca295931a 100644 --- a/include/asm-generic/trace_clock.h +++ b/include/asm-generic/trace_clock.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_GENERIC_TRACE_CLOCK_H | 2 | #ifndef _ASM_GENERIC_TRACE_CLOCK_H |
2 | #define _ASM_GENERIC_TRACE_CLOCK_H | 3 | #define _ASM_GENERIC_TRACE_CLOCK_H |
3 | /* | 4 | /* |
diff --git a/include/asm-generic/uaccess.h b/include/asm-generic/uaccess.h index 2e51f6e7b3c2..6b2e63df2739 100644 --- a/include/asm-generic/uaccess.h +++ b/include/asm-generic/uaccess.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_UACCESS_H | 2 | #ifndef __ASM_GENERIC_UACCESS_H |
2 | #define __ASM_GENERIC_UACCESS_H | 3 | #define __ASM_GENERIC_UACCESS_H |
3 | 4 | ||
diff --git a/include/asm-generic/unaligned.h b/include/asm-generic/unaligned.h index 1ac097279db1..374c940e9be1 100644 --- a/include/asm-generic/unaligned.h +++ b/include/asm-generic/unaligned.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef __ASM_GENERIC_UNALIGNED_H | 2 | #ifndef __ASM_GENERIC_UNALIGNED_H |
2 | #define __ASM_GENERIC_UNALIGNED_H | 3 | #define __ASM_GENERIC_UNALIGNED_H |
3 | 4 | ||
diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h index cccc86ecfeaa..cdf904265caf 100644 --- a/include/asm-generic/unistd.h +++ b/include/asm-generic/unistd.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #include <uapi/asm-generic/unistd.h> | 2 | #include <uapi/asm-generic/unistd.h> |
2 | #include <linux/export.h> | 3 | #include <linux/export.h> |
3 | 4 | ||
diff --git a/include/asm-generic/vga.h b/include/asm-generic/vga.h index 36c8ff52016b..adf91a783b5c 100644 --- a/include/asm-generic/vga.h +++ b/include/asm-generic/vga.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | /* | 2 | /* |
2 | * Access to VGA videoram | 3 | * Access to VGA videoram |
3 | * | 4 | * |
diff --git a/include/asm-generic/word-at-a-time.h b/include/asm-generic/word-at-a-time.h index 011dde083f23..20c93f08c993 100644 --- a/include/asm-generic/word-at-a-time.h +++ b/include/asm-generic/word-at-a-time.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #ifndef _ASM_WORD_AT_A_TIME_H | 2 | #ifndef _ASM_WORD_AT_A_TIME_H |
2 | #define _ASM_WORD_AT_A_TIME_H | 3 | #define _ASM_WORD_AT_A_TIME_H |
3 | 4 | ||