update for HEAD-2003050101
[reactos.git] / hal / halx86 / halinit.c
index 287aa2f..5830314 100644 (file)
@@ -14,7 +14,6 @@
 #include <ddk/ntddk.h>
 #include <roscfg.h>
 #include <hal.h>
-#include <internal/ntoskrnl.h>
 
 #ifdef MP
 #include <mps.h>
@@ -58,8 +57,8 @@ HalInitSystem (ULONG BootPhase,
     }
   else if (BootPhase == 1)
     {
-      HalpInitBusHandlers ();
-         HalpCalibrateStallExecution ();
+      HalpInitBusHandlers();
+      HalpCalibrateStallExecution();
 
       /* Enumerate the devices on the motherboard */
       HalpStartEnumerator();