aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/pxa3xx_nand.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2011-12-23 12:25:16 -0500
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-01-09 13:25:45 -0500
commit3fe4bae88460869a8e553397cd9057a4ee7ca341 (patch)
tree0158f2cf5abe127cc74d9b63a2c739797de64552 /drivers/mtd/nand/pxa3xx_nand.c
parente95e9786455c11c8eac30d76e5289d4e40187f9a (diff)
mtd: introduce mtd_suspend 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/nand/pxa3xx_nand.c')
-rw-r--r--drivers/mtd/nand/pxa3xx_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c
index 90d60169ae40..7a028cf1206e 100644
--- a/drivers/mtd/nand/pxa3xx_nand.c
+++ b/drivers/mtd/nand/pxa3xx_nand.c
@@ -1258,7 +1258,7 @@ static int pxa3xx_nand_suspend(struct platform_device *pdev, pm_message_t state)
1258 1258
1259 for (cs = 0; cs < pdata->num_cs; cs++) { 1259 for (cs = 0; cs < pdata->num_cs; cs++) {
1260 mtd = info->host[cs]->mtd; 1260 mtd = info->host[cs]->mtd;
1261 mtd->suspend(mtd); 1261 mtd_suspend(mtd);
1262 } 1262 }
1263 1263
1264 return 0; 1264 return 0;