include/bios_emul.h: Audit include list

This file does not need <pc.h> but does directly need
<linux/types.h>. Furthermore, arch/x86/lib/bios.c was getting <pci.h>
via <bios_emul.h> so add it there.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-05-21 16:51:08 -06:00
parent 6a891bb78c
commit 377c75f8c5
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
#include <bios_emul.h>
#include <irq_func.h>
#include <log.h>
#include <pci.h>
#include <vesa.h>
#include <linux/linkage.h>
#include <asm/cache.h>

View File

@@ -8,7 +8,7 @@
/* Include the register header directly here */
#include "../drivers/bios_emulator/include/x86emu/regs.h"
#include <pci.h>
#include <linux/types.h>
/****************************************************************************
REMARKS: