]> git.sur5r.net Git - u-boot/blobdiff - include/malloc.h
malloc: make malloc_bin_reloc static
[u-boot] / include / malloc.h
index 84ecf79344f6f57bbd744b18eab9b07e85d5dde6..6295929ea38b4cbf9bcd8b488d0dbee2f3f5237f 100644 (file)
@@ -937,7 +937,6 @@ extern ulong mem_malloc_end;
 extern ulong mem_malloc_brk;
 
 void mem_malloc_init(ulong start, ulong size);
-void malloc_bin_reloc(void);
 
 #ifdef __cplusplus
 };  /* end of extern "C" */