PPC4xx:HCU4/5 cleanup
[oweals/u-boot.git] / drivers / bios_emulator / besys.c
index 2a8e1a01c1fc948be61fd86f749764e332f748dc..4c4bc8d7ba18ee3c5dc1bac212a377e843a0f07d 100644 (file)
@@ -49,6 +49,7 @@
 
 #include "biosemui.h"
 
+#if defined(CONFIG_BIOSEMU)
 /*------------------------- Global Variables ------------------------------*/
 
 #ifndef __i386__
@@ -717,3 +718,4 @@ void X86API BE_outl(X86EMU_pioAddr port, u32 val)
 #endif
                LOG_outpd(port, val);
 }
+#endif