[PATCH 02/18] video: bochs: Drop inclusion of <asm/mtrr.h>
Bin Meng
bmeng at tinylab.org
Sun Jul 23 06:40:25 CEST 2023
The driver does not call any MTRR APIs.
Signed-off-by: Bin Meng <bmeng at tinylab.org>
---
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 <pci.h>
#include <video.h>
#include <asm/io.h>
-#include <asm/mtrr.h>
#include <linux/sizes.h>
#include "bochs.h"
--
2.34.1
More information about the U-Boot
mailing list