summaryrefslogtreecommitdiff
path: root/sys/compat/ndis/subr_ntoskrnl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/ndis/subr_ntoskrnl.c')
-rw-r--r--sys/compat/ndis/subr_ntoskrnl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/compat/ndis/subr_ntoskrnl.c b/sys/compat/ndis/subr_ntoskrnl.c
index 5bf3a179bfde5..f8b3d3a41732c 100644
--- a/sys/compat/ndis/subr_ntoskrnl.c
+++ b/sys/compat/ndis/subr_ntoskrnl.c
@@ -742,7 +742,6 @@ IoGetDriverObjectExtension(drv, clid)
return (NULL);
}
-
uint32_t
IoCreateDevice(driver_object *drv, uint32_t devextlen, unicode_string *devname,
uint32_t devtype, uint32_t devchars, uint8_t exclusive,
@@ -1599,7 +1598,6 @@ KeTickCount(void)
return tvtohz(&tv);
}
-
/*
* KeWaitForSingleObject() is a tricky beast, because it can be used
* with several different object types: semaphores, timers, events,
@@ -1948,7 +1946,6 @@ KeWaitForMultipleObjects(uint32_t cnt, nt_dispatch_header *obj[], uint32_t wtype
}
}
-
wait_done:
cv_destroy(&we.we_cv);
@@ -1956,7 +1953,6 @@ wait_done:
for (i = 0; i < cnt; i++) {
if (whead[i].wb_object != NULL)
RemoveEntryList(&whead[i].wb_waitlist);
-
}
mtx_unlock(&ntoskrnl_dispatchlock);
@@ -2659,7 +2655,6 @@ MmUnmapIoSpace(vaddr, len)
{
}
-
static device_t
ntoskrnl_finddev(dev, paddr, res)
device_t dev;
@@ -2717,7 +2712,6 @@ ntoskrnl_finddev(dev, paddr, res)
}
}
-
/* Won't somebody please think of the children! */
if (children != NULL)
@@ -2969,7 +2963,6 @@ ExQueueWorkItem(w, qtype)
io_workitem *cur;
uint8_t irql;
-
/*
* We need to do a special sanity test to make sure
* the ExQueueWorkItem() API isn't used to queue
@@ -4250,7 +4243,6 @@ dummy()
printf("ntoskrnl dummy called...\n");
}
-
image_patch_table ntoskrnl_functbl[] = {
IMPORT_SFUNC(RtlZeroMemory, 2),
IMPORT_SFUNC(RtlSecureZeroMemory, 2),
@@ -4450,6 +4442,5 @@ image_patch_table ntoskrnl_functbl[] = {
{ NULL, (FUNC)dummy, NULL, 0, WINDRV_WRAP_STDCALL },
/* End of list. */
-
{ NULL, NULL, NULL }
};