malloc: remove extern declarations of malloc_bin_reloc() in board.c files
[platform/kernel/u-boot.git] / arch / nds32 / lib / board.c
index 2164a50..17d3ee0 100644 (file)
@@ -306,8 +306,6 @@ void board_init_r(gd_t *id, ulong dest_addr)
        bd_t *bd;
        ulong malloc_start;
 
-       extern void malloc_bin_reloc(void);
-
        gd = id;
        bd = gd->bd;