diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-10 11:37:58 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 19:25:27 +0000 |
commit | 45fa54efddd26cbf5ce30abe2ace368b41b33d91 (patch) | |
tree | 3675bd6af80d790dc24d3863f9e9ed0e5d6bb4f8 /src/mainboard/google/veyron | |
parent | e9931c87992d3c29786c07cd4fffc6cf10bc5196 (diff) |
tree: Drop unused <edid.h>
Change-Id: I66265727b68b6ad10722439314b466298dbfff28
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81821
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/veyron')
-rw-r--r-- | src/mainboard/google/veyron/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron/mainboard.c b/src/mainboard/google/veyron/mainboard.c index 7d17bcc2c7..0206e6d5d7 100644 --- a/src/mainboard/google/veyron/mainboard.c +++ b/src/mainboard/google/veyron/mainboard.c @@ -5,7 +5,6 @@ #include <delay.h> #include <device/device.h> #include <device/i2c_simple.h> -#include <edid.h> #include <gpio.h> #include <soc/display.h> #include <soc/grf.h> |