]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib/linux_compat.c
linux_compat: move vzalloc() to header file as an inline function
[karo-tx-uboot.git] / lib / linux_compat.c
index a3d4675f7ed98cc2d7c05cb460138717abf7c470..8c7a7b57525aed4ef7ab53507950d470db5c3d51 100644 (file)
@@ -26,11 +26,6 @@ void *kzalloc(size_t size, int flags)
        return ptr;
 }
 
-void *vzalloc(unsigned long size)
-{
-       return kzalloc(size, 0);
-}
-
 struct kmem_cache *get_mem(int element_sz)
 {
        struct kmem_cache *ret;