commit | 13d33dad35c2a168d17cc993ea496b8eb9dd9624 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Thu May 17 15:20:28 2012 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun May 20 20:26:02 2012 +0300 |
tree | b8d39f8539cb125ccea4b0f5244d9c00735a2b57 | |
parent | 517af48c0540e61bbe0ebbb5f463afe937b73894 [diff] |
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 <artem.bityutskiy@linux.intel.com>