summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2023-07-23 12:40:25 +0800
committerAnatolij Gustschin <[email protected]>2023-08-01 13:29:14 +0200
commit5ee029a190d5c0bf5dcba2f2138d3fa8466e16d6 (patch)
tree8c9ed9cc4d12d96f8b139ce2a1e65d0325dfd847
parent08ece5b3ec6cd4210471d85f883b136d8847260d (diff)
video: bochs: Drop inclusion of <asm/mtrr.h>
The driver does not call any MTRR APIs. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> # qemu-x86_64
-rw-r--r--drivers/video/bochs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/bochs.c b/drivers/video/bochs.c
index 2136b511936..fa0283c158a 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"