commit | 0b2efcf1dda95bdc6727b8f72880f5a772a93fd4 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Mon Oct 29 13:34:46 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Sun Nov 04 11:00:38 2012 -0700 |
tree | 63083751bbb96c8ee83781568bfc7c649a35388e | |
parent | d303b86320a428361a2b1e467a2ff3eccfc61167 [diff] |
drivers/mtd/nand: sparse fixes 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 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Acked-by: Scott Wood <scottwood@freescale.com>