summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/rbtx4939-flash.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2011-12-23 19:31:25 +0200
committerDavid Woodhouse <David.Woodhouse@intel.com>2012-01-09 18:25:46 +0000
commitead995f8d4da1e2f1ef40b0e5f4133fee38a3d3d (patch)
tree349a7f56a4cdc1220a96af3c59285d8e28e0836c /drivers/mtd/maps/rbtx4939-flash.c
parent3fe4bae88460869a8e553397cd9057a4ee7ca341 (diff)
downloadlinux-stable-ead995f8d4da1e2f1ef40b0e5f4133fee38a3d3d.tar.gz
linux-stable-ead995f8d4da1e2f1ef40b0e5f4133fee38a3d3d.tar.bz2
linux-stable-ead995f8d4da1e2f1ef40b0e5f4133fee38a3d3d.zip
mtd: introduce mtd_resume 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/maps/rbtx4939-flash.c')
-rw-r--r--drivers/mtd/maps/rbtx4939-flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/rbtx4939-flash.c b/drivers/mtd/maps/rbtx4939-flash.c
index 5856aa2d99f7..717628312040 100644
--- a/drivers/mtd/maps/rbtx4939-flash.c
+++ b/drivers/mtd/maps/rbtx4939-flash.c
@@ -121,7 +121,7 @@ static void rbtx4939_flash_shutdown(struct platform_device *dev)
if (info->mtd->suspend && info->mtd->resume)
if (mtd_suspend(info->mtd) == 0)
- info->mtd->resume(info->mtd);
+ mtd_resume(info->mtd);
}
#else
#define rbtx4939_flash_shutdown NULL