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: v3.5-rc1~136^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13d33dad35c2a168d17cc993ea496b8eb9dd9624;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