From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 29 Oct 2012 19:43:13 -0500 Subject: [U-Boot] [PATCH v2 24/25] drivers/mtd/nand: sparse fixes In-Reply-To: <1351553687-12469-25-git-send-email-kim.phillips@freescale.com> (from kim.phillips@freescale.com on Mon Oct 29 18:34:46 2012) References: <1351553687-12469-1-git-send-email-kim.phillips@freescale.com> <1351553687-12469-25-git-send-email-kim.phillips@freescale.com> Message-ID: <1351557793.31866.17@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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_base.c:2856:1: error: directive in argument list > > Signed-off-by: Kim Phillips > --- > v2: re-worked based upon input from Scott, checkpatch fixes. > > drivers/mtd/nand/nand_base.c | 13 +++++++------ > drivers/mtd/nand/nand_ecc.c | 1 + > 2 files changed, 8 insertions(+), 6 deletions(-) Acked-by: Scott Wood -Scott