diff options
| author | Daniel Schwierzeck <[email protected]> | 2012-06-03 12:40:04 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2012-09-26 11:08:32 -0700 |
| commit | 00d0d2ad4e875a70e212ec12d17ad5f872f6033d (patch) | |
| tree | 8d33ba568e6bc1a9bd61577c3a5b2131b70a3873 /include/malloc.h | |
| parent | b3873d3f4c424e6563750bb517fac03c2e833cdc (diff) | |
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 <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Andreas Bießmann <[email protected]>
Cc: Jason Jin <[email protected]>
Cc: Macpaul Lin <[email protected]>
Cc: Daniel Hellstrom <[email protected]>
Acked-by: Andreas Bießmann <[email protected]>
Diffstat (limited to 'include/malloc.h')
| -rw-r--r-- | include/malloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h index 6295929ea38..84ecf79344f 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -937,6 +937,7 @@ 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" */ |
