Merge branch 'akpm' (Andrew's incoming - part two)
[pandora-kernel.git] / arch / um / drivers / cow_sys.h
index ca8c9e1..7f2ed0b 100644 (file)
@@ -3,12 +3,11 @@
 
 #include "kern_util.h"
 #include "os.h"
-#include "user.h"
 #include "um_malloc.h"
 
 static inline void *cow_malloc(int size)
 {
-       return kmalloc(size, UM_GFP_KERNEL);
+       return uml_kmalloc(size, UM_GFP_KERNEL);
 }
 
 static inline void cow_free(void *ptr)