|
|
@@ -1,9 +1,9 @@
|
|
|
--- a/drivers/mtd/mtdpart.c
|
|
|
+++ b/drivers/mtd/mtdpart.c
|
|
|
-@@ -29,11 +29,9 @@
|
|
|
- #include <linux/kmod.h>
|
|
|
+@@ -30,11 +30,9 @@
|
|
|
#include <linux/mtd/mtd.h>
|
|
|
#include <linux/mtd/partitions.h>
|
|
|
+ #include <linux/of.h>
|
|
|
-#include <linux/magic.h>
|
|
|
#include <linux/err.h>
|
|
|
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
#define MTD_ERASE_PARTIAL 0x8000 /* partition only covers parts of an erase block */
|
|
|
|
|
|
-@@ -49,14 +47,13 @@ struct mtd_part {
|
|
|
+@@ -50,14 +48,13 @@ struct mtd_part {
|
|
|
struct list_head list;
|
|
|
};
|
|
|
|
|
|
@@ -28,7 +28,7 @@
|
|
|
/*
|
|
|
* MTD methods which simply translate the effective address and pass through
|
|
|
* to the _real_ device.
|
|
|
-@@ -520,12 +517,14 @@ static struct mtd_part *allocate_partiti
|
|
|
+@@ -521,12 +518,14 @@ static struct mtd_part *allocate_partiti
|
|
|
if (slave->offset == MTDPART_OFS_APPEND)
|
|
|
slave->offset = cur_offset;
|
|
|
if (slave->offset == MTDPART_OFS_NXTBLK) {
|
|
|
@@ -46,7 +46,7 @@
|
|
|
}
|
|
|
if (slave->offset == MTDPART_OFS_RETAIN) {
|
|
|
slave->offset = cur_offset;
|
|
|
-@@ -626,10 +625,8 @@ out_register:
|
|
|
+@@ -627,10 +626,8 @@ out_register:
|
|
|
return slave;
|
|
|
}
|
|
|
|
|
|
@@ -59,7 +59,7 @@
|
|
|
{
|
|
|
struct mtd_partition part;
|
|
|
struct mtd_part *p, *new;
|
|
|
-@@ -661,24 +658,21 @@ __mtd_add_partition(struct mtd_info *mas
|
|
|
+@@ -662,24 +659,21 @@ __mtd_add_partition(struct mtd_info *mas
|
|
|
end = offset + length;
|
|
|
|
|
|
mutex_lock(&mtd_partitions_mutex);
|
|
|
@@ -94,7 +94,7 @@
|
|
|
|
|
|
return ret;
|
|
|
err_inv:
|
|
|
-@@ -688,12 +682,6 @@ err_inv:
|
|
|
+@@ -689,12 +683,6 @@ err_inv:
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(mtd_add_partition);
|
|
|
|
|
|
@@ -107,7 +107,7 @@
|
|
|
int mtd_del_partition(struct mtd_info *master, int partno)
|
|
|
{
|
|
|
struct mtd_part *slave, *next;
|
|
|
-@@ -717,166 +705,6 @@ int mtd_del_partition(struct mtd_info *m
|
|
|
+@@ -718,166 +706,6 @@ int mtd_del_partition(struct mtd_info *m
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(mtd_del_partition);
|
|
|
|
|
|
@@ -274,7 +274,7 @@
|
|
|
/*
|
|
|
* This function, given a master MTD object and a partition table, creates
|
|
|
* and registers slave MTD objects which are bound to the master according to
|
|
|
-@@ -906,7 +734,6 @@ int add_mtd_partitions(struct mtd_info *
|
|
|
+@@ -907,7 +735,6 @@ int add_mtd_partitions(struct mtd_info *
|
|
|
mutex_unlock(&mtd_partitions_mutex);
|
|
|
|
|
|
add_mtd_device(&slave->mtd);
|
|
|
@@ -282,7 +282,7 @@
|
|
|
|
|
|
cur_offset = slave->offset + slave->mtd.size;
|
|
|
}
|
|
|
-@@ -936,30 +763,6 @@ static struct mtd_part_parser *get_parti
|
|
|
+@@ -937,30 +764,6 @@ static struct mtd_part_parser *get_parti
|
|
|
|
|
|
#define put_partition_parser(p) do { module_put((p)->owner); } while (0)
|
|
|
|
|
|
@@ -313,7 +313,7 @@
|
|
|
void register_mtd_parser(struct mtd_part_parser *p)
|
|
|
{
|
|
|
spin_lock(&part_parser_lock);
|
|
|
-@@ -1033,38 +836,6 @@ int parse_mtd_partitions(struct mtd_info
|
|
|
+@@ -1076,38 +879,6 @@ int parse_mtd_partitions(struct mtd_info
|
|
|
return ret;
|
|
|
}
|
|
|
|