Staging: hv: remove wrapper function VirtualFree
[deliverable/linux.git] / drivers / staging / hv / osd.c
index 1d338721194e5dd19db8f1223f36749d2840c130..f19b9c9ea1e61432f7a04f4a87b08eb3407552b9 100644 (file)
@@ -65,11 +65,6 @@ void* VirtualAllocExec(unsigned int size)
 #endif
 }
 
-void VirtualFree(void* VirtAddr)
-{
-       return vfree(VirtAddr);
-}
-
 void* PageAlloc(unsigned int count)
 {
        void *p;
This page took 0.027801 seconds and 5 git commands to generate.