From: Rashika Kheria Date: Fri, 13 Dec 2013 07:16:04 +0000 (+0530) Subject: mtd: denali: Mark function is_erased() as static X-Git-Tag: v3.14-rc1~65^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919193cee04f49628ae9efdc45bf4af1e506205f;p=pandora-kernel.git mtd: denali: Mark function is_erased() as static This patch marks the function is_erased() as static in denali.c because it is not used outside this file. This patch elimiates the following warning in nand/denali.c: drivers/mtd/nand/denali.c:900:6: warning: no previous prototype for ‘is_erased’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Brian Norris --- Reading git-diff-tree failed