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@xxxxxxxxxxxxxx> --- 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