On Wed, 22 Nov 2023 at 06:14, Tom Rini <tr...@konsulko.com> wrote: > > In include/display_options.h we cannot include ourself, but do need > <linux/types.h> directly. Then in lib/display_options.c we further clean > the list to remove common.h. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > include/display_options.h | 3 ++- > lib/display_options.c | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>