rk: revert 20f3d0b+v3.0.66 to v3.0
[firefly-linux-kernel-4.4.55.git] / drivers / mtd / ubi / ubi.h
index bbfa88d459e03fbe7ca83b599ab51accb4fc5779..c6c22295898e97ef3fdbfa16fd4171ec650fb55a 100644 (file)
@@ -121,7 +121,6 @@ enum {
  *                     PEB
  * MOVE_CANCEL_BITFLIPS: canceled because a bit-flip was detected in the
  *                       target PEB
- * MOVE_RETRY: retry scrubbing the PEB
  */
 enum {
        MOVE_CANCEL_RACE = 1,
@@ -129,7 +128,6 @@ enum {
        MOVE_TARGET_RD_ERR,
        MOVE_TARGET_WR_ERR,
        MOVE_CANCEL_BITFLIPS,
-       MOVE_RETRY,
 };
 
 /**