commit | 7d2ab9ae4e3a3eac81cf88d752a0cdedb70bd534 | [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 | 11dc40107915a81c92596fa18d188cbf4a3c5254 [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>