]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: nand: Remove not used declaration
authorAlexander Dahl <ada@thorsis.com>
Wed, 30 Oct 2019 15:53:54 +0000 (16:53 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 23:01:13 +0000 (18:01 -0500)
commit4d53309bb29e3eac226e0f3d5a19fca0b0539f37
tree81b0485977967de443c93c41667b9e1cfca8d7c1
parentcaeb0afb81c7af36e612e6d4070afe5af4f16e6b
cmd: nand: Remove not used declaration

This declaration is not used anywhere in the whole tree. There is a
function 'mtd_id_parse()' which was renamed from 'id_parse()' in
commit 68d7d65100e8 ("Separate mtdparts command from jffs2"), but that
function is not used (anymore?) in cmd nand and build is fine without
that declaration, so it's probably just safe to remove.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
cmd/nand.c