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:
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user