Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modpost: import include/linux/list.h | Masahiro Yamada | 2022-05-08 | 1 | -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> |