]> git.ipfire.org Git - thirdparty/u-boot.git/commit
include/bios_emul.h: Audit include list
authorTom Rini <trini@konsulko.com>
Wed, 21 May 2025 22:51:08 +0000 (16:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 23:26:15 +0000 (17:26 -0600)
commit377c75f8c5588126259ff82bd33eaa3090853cb8
tree30f280d5344363a001505bf2e2acb0b7a7da68db
parent6a891bb78cdc0f920bcae700af26f192421f93cd
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>
arch/x86/lib/bios.c
include/bios_emul.h