]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nandsim: Staticize local symbols
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 Aug 2013 07:13:32 +0000 (16:13 +0900)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 21 Aug 2013 08:35:36 +0000 (01:35 -0700)
commit81795e01caaf085aab1e74db44b9bce0cd121cfb
treeef0f2638287774a6d3677f08cab6f994c2de11b9
parent8b2077f168de4acad2a33e0df311f820dc3e8d55
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 <jg1.han@samsung.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/nandsim.c