From: Stefan Roese Date: Mon, 26 Jan 2009 09:05:20 +0000 (+0100) Subject: nand_spl: Fix compile problem with board_nand_init() prototype X-Git-Tag: v2009.03-rc1~143^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de832a99414ff06a4b2cdc9f5280b387da039834;p=kernel%2Fu-boot.git nand_spl: Fix compile problem with board_nand_init() prototype This patch removes the now obsolete and additionally wrongly defined board_nand_init() prototype from nand_spl/nand_boot.c. Signed-off-by: Stefan Roese Signed-off-by: Scott Wood --- diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c index 87c50e1..c7eadad 100644 --- a/nand_spl/nand_boot.c +++ b/nand_spl/nand_boot.c @@ -27,8 +27,6 @@ static int nand_ecc_pos[] = CONFIG_SYS_NAND_ECCPOS; -extern void board_nand_init(struct nand_chip *nand); - #if (CONFIG_SYS_NAND_PAGE_SIZE <= 512) /* * NAND command for small page NAND devices (512)