bios_emulator: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-01 19:30:30 -06:00
parent bf6000af79
commit f60757dfd0
10 changed files with 0 additions and 10 deletions

View File

@@ -38,7 +38,6 @@
****************************************************************************/
#include <stdarg.h>
#include <common.h>
#include <linux/ctype.h>
#include <linux/printk.h>
#include "x86emu/x86emui.h"