Commit dcda1f27 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 704b6d82
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment