mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
disk-on-chip: remove duplicate doc_probe declaration
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:

committed by
Wolfgang Denk

parent
3221b074a0
commit
4d2ae70e8c
@ -323,7 +323,6 @@ phys_size_t initdram (int board_type)
|
||||
}
|
||||
|
||||
#if defined(CONFIG_CMD_DOC)
|
||||
extern void doc_probe (ulong physadr);
|
||||
void doc_init (void)
|
||||
{
|
||||
doc_probe (CFG_DOC_BASE);
|
||||
|
Reference in New Issue
Block a user