From ddf050a5d6e86fc2c8c4ea9bd47915ed340e412f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 May 2025 16:51:15 -0600 Subject: [PATCH] include/dw_hdmi.h: Audit include list This file does not need so remove it. Signed-off-by: Tom Rini --- include/dw_hdmi.h | 2 -- 1 file changed, 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 - #define HDMI_EDID_BLOCK_SIZE 128 /* Identification Registers */ -- 2.47.2