From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Mon, 04 Jun 2012 09:07:39 +0200 Subject: [U-Boot] [PATCH] malloc: remove extern declarations of malloc_bin_reloc() in board.c files In-Reply-To: <1338763204-12881-1-git-send-email-daniel.schwierzeck@googlemail.com> References: <1338763204-12881-1-git-send-email-daniel.schwierzeck@googlemail.com> Message-ID: <4FCC5EBB.2010601@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Wolfgang Denk > Cc: Andreas Bie?mann Acked-by: Andreas Bie?mann > Cc: Jason Jin > Cc: Macpaul Lin > Cc: Daniel Hellstrom > --- > 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(-)