Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd
[sfrench/cifs-2.6.git] / include / linux / mtd / mtd.h
index 3301c4c289d625987efb33e6471a70ce4987ff2e..f17fa75809aa1d05a6164fabb4f02b87106c4657 100644 (file)
@@ -227,6 +227,7 @@ struct mtd_info {
        int (*_block_markbad) (struct mtd_info *mtd, loff_t ofs);
        int (*_suspend) (struct mtd_info *mtd);
        void (*_resume) (struct mtd_info *mtd);
+       void (*_reboot) (struct mtd_info *mtd);
        /*
         * If the driver is something smart, like UBI, it may need to maintain
         * its own reference counting. The below functions are only for driver.