]> 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)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Tue, 13 May 2008 19:49:04 +0000 (21:49 +0200)
commit54694a91428f6c3280fe1ee0923488a1e7e8dbc4
tree8158f19f09930c1fc97634df21749615d1bc7d32
parent67e3beb52c320b0a31cf030716c99392cde2d532
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: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
common/cmd_nand.c
common/env_nand.c
common/lcd.c
fs/jffs2/jffs2_1pass.c