diff --git a/drivers/mtd/ubi/ubi.h b/drivers/mtd/ubi/ubi.h index b13be53..11877a3 100644 --- a/drivers/mtd/ubi/ubi.h +++ b/drivers/mtd/ubi/ubi.h @@ -816,6 +816,8 @@ void ubi_put_device(struct ubi_device *ubi); struct ubi_device *ubi_get_by_major(int major); int ubi_major2num(int major); +int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, + int ntype); void ubi_free_internal_volumes(struct ubi_device *ubi); /* cdev.c */