]> git.sur5r.net Git - u-boot/blobdiff - drivers/bios_emulator/biosemu.c
ppc4xx: Set default PCI device ID for 405EP boards
[u-boot] / drivers / bios_emulator / biosemu.c
index decdb79a747e36837054ec0c9e5a4dab8a509998..d0c652157782c0e1f4c533cb116d94ae7a86c55d 100644 (file)
@@ -47,9 +47,6 @@
 
 #include <malloc.h>
 #include <common.h>
-
-#if defined(CONFIG_BIOSEMU)
-
 #include "biosemui.h"
 
 BE_sysEnv _BE_env = {{0}};
@@ -372,4 +369,3 @@ int X86API BE_int86x(int intno, RMREGS * in, RMREGS * out, RMSREGS * sregs)
        sregs->gs = M.x86.R_GS;
        return out->x.ax;
 }
-#endif