mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
Declare malloc_bin_reloc() in malloc.h and remove all extern declarations in various board.c files to get rid of one checkpatch.pl warning. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Andreas Bießmann <andreas.devel@gmail.com> Cc: Jason Jin <Jason.jin@freescale.com> Cc: Macpaul Lin <macpaul@andestech.com> Cc: Daniel Hellstrom <daniel@gaisler.com> Acked-by: Andreas Bießmann <andreas.devel@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
b3873d3f4c
commit
00d0d2ad4e
@@ -62,7 +62,6 @@ DECLARE_GLOBAL_DATA_PTR;
|
||||
*/
|
||||
|
||||
extern void timer_interrupt_init(void);
|
||||
extern void malloc_bin_reloc(void);
|
||||
extern int do_ambapp_print(cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]);
|
||||
extern int prom_init(void);
|
||||
|
||||
|
Reference in New Issue
Block a user