mtd: cfi_cmdset_0002: make sector erase command variable
[profile/ivi/kernel-adaptation-intel-automotive.git] / include / linux / mtd / cfi.h
index d2118b0..4dd0c2c 100644 (file)
@@ -289,6 +289,7 @@ struct cfi_private {
                                  must be of the same type. */
        int mfr, id;
        int numchips;
+       map_word sector_erase_cmd;
        unsigned long chipshift; /* Because they're of the same type */
        const char *im_name;     /* inter_module name for cmdset_setup */
        struct flchip chips[0];  /* per-chip data structure for each chip */