UBI: make ubi_scan_erase_peb static and rename
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 17 May 2012 12:20:28 +0000 (15:20 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sun, 20 May 2012 17:26:02 +0000 (20:26 +0300)
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 <artem.bityutskiy@linux.intel.com>

No differences found