On Wed, 22 Nov 2023 at 06:13, Tom Rini <tr...@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 <tr...@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 <s...@chromium.org>