Commit Graph

1 Commits

Author SHA1 Message Date
Donald Dutile 4d7db2d117 modpost: import include/linux/list.h
JIRA: https://issues.redhat.com/browse/RHEL-28063

commit 97aa4aef532aed6885e887ad6979e5ffb2667c84
Author: Masahiro Yamada <masahiroy@kernel.org>
Date:   Sun May 1 17:40:09 2022 +0900

    modpost: import include/linux/list.h

    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>

Signed-off-by: Donald Dutile <ddutile@redhat.com>
2024-06-17 14:17:15 -04:00