]> git.sur5r.net Git - u-boot/blobdiff - include/linux/mtd/omap_elm.h
mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between...
[u-boot] / include / linux / mtd / omap_elm.h
index 45454eaf0f18ffd15566c2969cf64df94da26c1c..a6e9591d3798f2ed7b3b1d203ec015fccbd6c7da 100644 (file)
@@ -68,7 +68,7 @@ struct elm {
        struct location  error_location[8];     /* 0x800 */
 };
 
-int elm_check_error(u8 *syndrome, u32 nibbles, u32 *error_count,
+int elm_check_error(u8 *syndrome, enum bch_level bch_type, u32 *error_count,
                u32 *error_locations);
 int elm_config(enum bch_level level);
 void elm_reset(void);