Home
last modified time | relevance | path

Searched hist:"4 dae9cf5cbb863c7ca23899446885dbc457f81ae" (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/kconfig/
H A Dnconf.cdiff 4dae9cf5cbb863c7ca23899446885dbc457f81ae Fri Feb 02 16:58:17 CET 2024 Masahiro Yamada <masahiroy@kernel.org> kconfig: split list_head into a separate header

The struct list_head is often embedded in other structures, while other
code is used in C functions.

By separating struct list_head into its own header, other headers are no
longer required to include the entire list.h.

This is similar to the kernel space, where struct list_head is defined
in <linux/types.h> instead of <linux/list.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dexpr.hdiff 4dae9cf5cbb863c7ca23899446885dbc457f81ae Fri Feb 02 16:58:17 CET 2024 Masahiro Yamada <masahiroy@kernel.org> kconfig: split list_head into a separate header

The struct list_head is often embedded in other structures, while other
code is used in C functions.

By separating struct list_head into its own header, other headers are no
longer required to include the entire list.h.

This is similar to the kernel space, where struct list_head is defined
in <linux/types.h> instead of <linux/list.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dmconf.cdiff 4dae9cf5cbb863c7ca23899446885dbc457f81ae Fri Feb 02 16:58:17 CET 2024 Masahiro Yamada <masahiroy@kernel.org> kconfig: split list_head into a separate header

The struct list_head is often embedded in other structures, while other
code is used in C functions.

By separating struct list_head into its own header, other headers are no
longer required to include the entire list.h.

This is similar to the kernel space, where struct list_head is defined
in <linux/types.h> instead of <linux/list.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dmenu.cdiff 4dae9cf5cbb863c7ca23899446885dbc457f81ae Fri Feb 02 16:58:17 CET 2024 Masahiro Yamada <masahiroy@kernel.org> kconfig: split list_head into a separate header

The struct list_head is often embedded in other structures, while other
code is used in C functions.

By separating struct list_head into its own header, other headers are no
longer required to include the entire list.h.

This is similar to the kernel space, where struct list_head is defined
in <linux/types.h> instead of <linux/list.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>