summaryrefslogtreecommitdiffstats
path: root/scripts/mod/list.h
Commit message (Collapse)AuthorAgeFilesLines
* modpost: import include/linux/list.hMasahiro Yamada2022-05-081-0/+213
Import include/linux/list.h to use convenient list macros in modpost. I dropped kernel-space code such as {WRITE,READ}_ONCE etc. and unneeded macros. I also imported container_of() from include/linux/container_of.h and type definitions from include/linux/types.h. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>