[NTOSKRNL] Add a first implementation of !handle command in KDBG
[reactos.git] / drivers / bus / isapnp / fdo.c
index 51a0f4b..c0a5eb9 100644 (file)
@@ -4,6 +4,7 @@
  * PURPOSE:         FDO-specific code
  * PROGRAMMERS:     Cameron Gutman (cameron.gutman@reactos.org)
  */
+
 #include <isapnp.h>
 
 #define NDEBUG
@@ -19,6 +20,9 @@ IsaFdoStartDevice(
   NTSTATUS Status;
   KIRQL OldIrql;
 
+  UNREFERENCED_PARAMETER(Irp);
+  UNREFERENCED_PARAMETER(IrpSp);
+
   KeAcquireSpinLock(&FdoExt->Lock, &OldIrql);
 
   Status = IsaHwDetectReadDataPort(FdoExt);