display_options: Clean up headers
authorTom Rini <trini@konsulko.com>
Thu, 14 Dec 2023 18:16:56 +0000 (13:16 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 13:54:37 +0000 (08:54 -0500)
commit4abbed7e42b88a9e0dbda2dc36273e74a9374dde
tree4f4b7490eb66df9f392a6b45d7632dd594a7f9ac
parentc38cb227d39f8ce9983df8051f31dcc8466f311e
display_options: Clean up headers

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.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
lib/display_options.c