From: Jingoo Han Date: Wed, 7 Aug 2013 07:13:32 +0000 (+0900) Subject: mtd: nandsim: Staticize local symbols X-Git-Tag: v3.12-rc1~82^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b263f2e7f55a6bd5875a3cb7d0ab4bef433a7c;p=pandora-kernel.git mtd: nandsim: Staticize local symbols These local symbols are used only in this file. Fix the following sparse warnings: drivers/mtd/nand/nandsim.c:1436:5: warning: symbol 'do_read_error' was not declared. Should it be static? drivers/mtd/nand/nandsim.c:1448:6: warning: symbol 'do_bit_flips' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: Brian Norris Signed-off-by: David Woodhouse --- Reading git-diff-tree failed