summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator/x86emu/debug.c
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-08-15 21:15:05 +0200
committerMichal Simek <monstr@monstr.eu>2007-08-15 21:15:05 +0200
commit5b4de9309d7a03aa1db2e5391ab696363391f460 (patch)
tree0cae2cd4e15a7704b1c289ee5b99b1f04abe0041 /drivers/bios_emulator/x86emu/debug.c
parent19909edb97140a5ea3139705589bb90e023ab5e1 (diff)
downloadu-boot-imx-5b4de9309d7a03aa1db2e5391ab696363391f460.zip
u-boot-imx-5b4de9309d7a03aa1db2e5391ab696363391f460.tar.gz
u-boot-imx-5b4de9309d7a03aa1db2e5391ab696363391f460.tar.bz2
[FIX] Resolve problem with warnings
microblaze toolchain don't support PRAGMA PACK.
Diffstat (limited to 'drivers/bios_emulator/x86emu/debug.c')
-rw-r--r--drivers/bios_emulator/x86emu/debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bios_emulator/x86emu/debug.c b/drivers/bios_emulator/x86emu/debug.c
index 915739c..3acc7e5 100644
--- a/drivers/bios_emulator/x86emu/debug.c
+++ b/drivers/bios_emulator/x86emu/debug.c
@@ -37,11 +37,12 @@
*
****************************************************************************/
-#include "x86emu/x86emui.h"
#include <stdarg.h>
#if defined(CONFIG_BIOSEMU)
+#include "x86emu/x86emui.h"
+
/*----------------------------- Implementation ----------------------------*/
#ifdef DEBUG