]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Cleanup nand_info[] declaration.
authorStelian Pop <stelian@popies.net>
Tue, 13 May 2008 15:31:24 +0000 (17:31 +0200)
committerScott Wood <scottwood@freescale.com>
Wed, 28 May 2008 16:06:25 +0000 (11:06 -0500)
commit5922db6c0948506be91e0de44e7a6863a18a417f
treeb2bb938dff0307fc1b9f84281b0ea98490b1623c
parent135f0a7488af2947adbe4b40b79280bdfe5e9886
Cleanup nand_info[] declaration.

The nand_info array is declared as extern in several .c files.
Those days, nand.h contains a reference to the array, so there is
no need to declare it elsewhere.

Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Scott Wood <scottwood@freescale.com>
common/cmd_nand.c
common/env_nand.c
fs/jffs2/jffs2_1pass.c