linux/export.h: rename 'sec' argument to 'license'
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 11 Jun 2023 15:51:00 +0000 (00:51 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Thu, 22 Jun 2023 12:21:06 +0000 (21:21 +0900)
commit8ed7e33a685a679c04cfe5ffdbb3b4c396ac8076
tree644e4450a7ed7b58ae1ca433e106d4100f94d11d
parentf234627898d7644998e28938390fa3d63efeefb7
linux/export.h: rename 'sec' argument to 'license'

Now, EXPORT_SYMBOL() is populated in two stages. In the first stage,
all of EXPORT_SYMBOL/EXPORT_SYMBOL_GPL go into the same section,
'.export_symbol'.

'sec' does not make sense any more. Rename it to 'license'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
include/linux/export.h
include/linux/pm.h