diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2026-03-16 19:56:22 +0100 |
|---|---|---|
| committer | Max Krummenacher <max.krummenacher@toradex.com> | 2026-03-16 19:56:22 +0100 |
| commit | 965cf928104cc6b3cbd8dc9536ca12f579098a8e (patch) | |
| tree | 5284c2871d41566962315f357c2be8d3c7d31624 /include/linux/string.h | |
| parent | e0d2c0556a62886a8db485beef41d45be5b24a76 (diff) | |
| parent | 5f2b61f91866c72e259bb164f7d0553908586ac1 (diff) | |
Merge remote-tracking branch 'fslc/5.15-2.2.x-imx' into toradex_5.15-2.2.x-imxtoradex_5.15-2.2.x-imx
This merges stable patches up to v5.15.201
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'include/linux/string.h')
| -rw-r--r-- | include/linux/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index 3b9f5abe5ee8..bf368130bc42 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -2,6 +2,7 @@ #ifndef _LINUX_STRING_H_ #define _LINUX_STRING_H_ +#include <linux/array_size.h> #include <linux/compiler.h> /* for inline */ #include <linux/types.h> /* for size_t */ #include <linux/stddef.h> /* for NULL */ |
