]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/slab.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / include / linux / slab.h
index 9ff8e849940396ed48b26a534af638e04accd54c..5ff9676c1e2ca83e93511891230189772fafe2a0 100644 (file)
@@ -96,6 +96,7 @@ int kmem_ptr_validate(struct kmem_cache *cachep, const void *ptr);
 /*
  * Common kmalloc functions provided by all allocators
  */
+void * __must_check __krealloc(const void *, size_t, gfp_t);
 void * __must_check krealloc(const void *, size_t, gfp_t);
 void kfree(const void *);
 size_t ksize(const void *);