Sync to trunk (r46918)
[reactos.git] / hal / halx86 / generic / acpi / halpnpdd.c
index ca85188..8617b20 100644 (file)
@@ -848,9 +848,6 @@ HalpDriverEntry(IN PDRIVER_OBJECT DriverObject,
 
     /* Now add us */
     if (NT_SUCCESS(Status)) Status = HalpAddDevice(DriverObject, TargetDevice);
-    
-    /* Force re-enumeration??? */
-    IoInvalidateDeviceRelations(TargetDevice, 0);
 
     /* Return to kernel */
     return Status;