]> git.dujemihanovic.xyz Git - u-boot.git/commit
display_options.h: Correct includes
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:07 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:51 +0000 (14:50 -0500)
commitdcda1f27f55e4ddd2d86dac76d57febe15ff8713
tree640419fab4907658ac4de57c3586ea601c45de0b
parent704b6d82ba393382608c41358975e70cba0b2371
display_options.h: Correct includes

First, a header should never include itself so remove that. Second, this
header needs <linux/types.h> to be included as the function prototypes
use types that we get via that header.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/display_options.h