Re: [U-Boot] [PATCH v2 24/25] drivers/mtd/nand: sparse fixes

2012-10-29 Thread Scott Wood
On 10/29/2012 06:34:46 PM, Kim Phillips wrote: nand_ecc.c:82:5: warning: symbol 'nand_calculate_ecc' was not declared. Should it be static? nand_ecc.c:155:5: warning: symbol 'nand_correct_data' was not declared. Should it be static? nand_base.c:2854:1: error: directive in argument list nand_b

[U-Boot] [PATCH v2 24/25] drivers/mtd/nand: sparse fixes

2012-10-29 Thread Kim Phillips
nand_ecc.c:82:5: warning: symbol 'nand_calculate_ecc' was not declared. Should it be static? nand_ecc.c:155:5: warning: symbol 'nand_correct_data' was not declared. Should it be static? nand_base.c:2854:1: error: directive in argument list nand_base.c:2856:1: error: directive in argument list Si