diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-21 16:51:15 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-02 17:26:15 -0600 |
commit | ddf050a5d6e86fc2c8c4ea9bd47915ed340e412f (patch) | |
tree | 3de7ad55ee4b8bcb5e35d769c4f99f9374f111ba | |
parent | 1585d92a05517f5f0278dccb8d0a03012960d790 (diff) |
include/dw_hdmi.h: Audit include list
This file does not need <edid.h> so remove it.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/dw_hdmi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dw_hdmi.h b/include/dw_hdmi.h index b73518207ef..fab5aafea19 100644 --- a/include/dw_hdmi.h +++ b/include/dw_hdmi.h @@ -9,8 +9,6 @@ #ifndef _DW_HDMI_H #define _DW_HDMI_H -#include <edid.h> - #define HDMI_EDID_BLOCK_SIZE 128 /* Identification Registers */ |