diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2011-12-23 11:33:28 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-01-09 13:25:25 -0500 |
commit | a750b5ce5e1174ea68f66bf79962c479f7f23998 (patch) | |
tree | 41548ab2e6b90f5c5faad8de30b96a4b9615e071 /drivers/mtd/mtdpart.c | |
parent | a2cc5ba075f9bc837d0b4d4ec7328dcefc11859d (diff) |
mtd: introduce mtd_get_fact_prot_info interface
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/mtdpart.c')
-rw-r--r-- | drivers/mtd/mtdpart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c index 8a46cd2bb78f..6bed8bb3b15d 100644 --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c | |||
@@ -175,7 +175,7 @@ static int part_get_fact_prot_info(struct mtd_info *mtd, struct otp_info *buf, | |||
175 | size_t len) | 175 | size_t len) |
176 | { | 176 | { |
177 | struct mtd_part *part = PART(mtd); | 177 | struct mtd_part *part = PART(mtd); |
178 | return part->master->get_fact_prot_info(part->master, buf, len); | 178 | return mtd_get_fact_prot_info(part->master, buf, len); |
179 | } | 179 | } |
180 | 180 | ||
181 | static int part_write(struct mtd_info *mtd, loff_t to, size_t len, | 181 | static int part_write(struct mtd_info *mtd, loff_t to, size_t len, |