[PATCH 06/19] video: bochs: remove dependency on PCI header in common part

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Jun 12 06:02:27 PDT 2023


bochs_hw is the common code that's called into from both PCI and ISA
Bochs drivers. It has no need to include the PCI header, so drop it.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 drivers/video/bochs/bochs_hw.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/video/bochs/bochs_hw.c b/drivers/video/bochs/bochs_hw.c
index 48de5ea0bd7a..60439ddee576 100644
--- a/drivers/video/bochs/bochs_hw.c
+++ b/drivers/video/bochs/bochs_hw.c
@@ -8,7 +8,6 @@
 
 #include <common.h>
 #include <driver.h>
-#include <linux/pci.h>
 #include <fb.h>
 #include "../edid.h"
 #include "bochs_hw.h"
-- 
2.39.2




More information about the barebox mailing list