[U-Boot] [PATCH] malloc: remove extern declarations of malloc_bin_reloc() in board.c files
Andreas Bießmann
andreas.devel at googlemail.com
Mon Jun 4 09:07:39 CEST 2012
Dear Daniel Schwierzeck,
On 04.06.2012 00:40, Daniel Schwierzeck wrote:
> 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 at googlemail.com>
> Cc: Wolfgang Denk <wd at denx.de>
> Cc: Andreas Bießmann <andreas.devel at gmail.com>
Acked-by: Andreas Bießmann <andreas.devel at gmail.com>
> Cc: Jason Jin <Jason.jin at freescale.com>
> Cc: Macpaul Lin <macpaul at andestech.com>
> Cc: Daniel Hellstrom <daniel at gaisler.com>
> ---
> arch/avr32/lib/board.c | 1 -
> arch/m68k/lib/board.c | 1 -
> arch/mips/lib/board.c | 1 -
> arch/nds32/lib/board.c | 2 --
> arch/sparc/lib/board.c | 1 -
> include/malloc.h | 1 +
> 6 files changed, 1 insertion(+), 6 deletions(-)
More information about the U-Boot
mailing list