From: Artem Bityutskiy Date: Thu, 17 May 2012 12:20:28 +0000 (+0300) Subject: UBI: make ubi_scan_erase_peb static and rename X-Git-Tag: sz_release~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a428e4623c9e555248bba18499704f8c9b265fdf;p=pandora-kernel.git UBI: make ubi_scan_erase_peb static and rename The 'ubi_scan_erase_peb()' is used only in scan.c so can be static. Also re-name it to 'early_erase_peb()' because we tend to use "ubi_" prefix only for non-static fuction and also because the new name is better. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed