Merge branch 'fix/hda' into for-linus
[pandora-kernel.git] / arch / um / drivers / cow_sys.h
index ca8c9e1..f5701fd 100644 (file)
@@ -8,7 +8,7 @@
 
 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)