1 --- a/include/linux/mtd/partitions.h
2 +++ b/include/linux/mtd/partitions.h
4 * Note: writeable partitions require their size and offset be
5 * erasesize aligned (e.g. use MTDPART_OFS_NEXTBLK).
10 struct mtd_partition {
11 @@ -49,7 +50,6 @@ struct mtd_partition {
12 #define MTDPART_SIZ_FULL (0)
17 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
18 int del_mtd_partitions(struct mtd_info *);