diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | f60757dfd08e8d1b75a13d92e2bab66f13e6e963 (patch) | |
tree | 59cd059c3125de6297233f816b6f2b76a12ab774 /drivers/bios_emulator/bios.c | |
parent | bf6000af796c7d65aea95bc93eab06ae78927478 (diff) |
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>
Diffstat (limited to 'drivers/bios_emulator/bios.c')
-rw-r--r-- | drivers/bios_emulator/bios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bios_emulator/bios.c b/drivers/bios_emulator/bios.c index 9596a1fdd3e..7f883daf8f0 100644 --- a/drivers/bios_emulator/bios.c +++ b/drivers/bios_emulator/bios.c @@ -42,7 +42,6 @@ ****************************************************************************/ #define __io -#include <common.h> #include <asm/io.h> #include "biosemui.h" |