
2 Dec
2023
2 Dec
'23
7:23 p.m.
On Wed, 22 Nov 2023 at 06:13, Tom Rini trini@konsulko.com wrote:
Add some missing headers such as <linux/errno.h> or <linux/types.h> or <linux/kernel.h> to header files that make direct usage of things provided by these headers.
Signed-off-by: Tom Rini trini@konsulko.com
include/atmel_lcd.h | 2 ++ include/getopt.h | 2 ++ include/mapmem.h | 2 ++ include/memalign.h | 1 + include/net6.h | 1 + include/rtc.h | 1 + 6 files changed, 9 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org