From 5ee029a190d5c0bf5dcba2f2138d3fa8466e16d6 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sun, 23 Jul 2023 12:40:25 +0800 Subject: [PATCH] video: bochs: Drop inclusion of The driver does not call any MTRR APIs. Signed-off-by: Bin Meng Reviewed-by: Simon Glass Tested-by: Simon Glass # qemu-x86_64 --- drivers/video/bochs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/bochs.c b/drivers/video/bochs.c index 2136b51193..fa0283c158 100644 --- a/drivers/video/bochs.c +++ b/drivers/video/bochs.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include "bochs.h" -- 2.39.5