diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2014-06-28 11:01:18 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-07-02 18:21:39 -0400 |
commit | e4c4c9c15ebe8ec03b7f5bf36e079052cc88217c (patch) | |
tree | 386a9486fc54f409ac827993bcb340ffb28eb816 /drivers/mtd | |
parent | 887957b4af65df55ed90a707fa7dfa3ebf37f50c (diff) |
mtd: maps: rbtx4939-flash: delete an unused variable in rbtx4939_flash_remove
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/maps/rbtx4939-flash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/maps/rbtx4939-flash.c b/drivers/mtd/maps/rbtx4939-flash.c index 146b6047ed2b..a84fdfb10518 100644 --- a/drivers/mtd/maps/rbtx4939-flash.c +++ b/drivers/mtd/maps/rbtx4939-flash.c | |||
@@ -35,8 +35,6 @@ static int rbtx4939_flash_remove(struct platform_device *dev) | |||
35 | return 0; | 35 | return 0; |
36 | 36 | ||
37 | if (info->mtd) { | 37 | if (info->mtd) { |
38 | struct rbtx4939_flash_data *pdata = dev_get_platdata(&dev->dev); | ||
39 | |||
40 | mtd_device_unregister(info->mtd); | 38 | mtd_device_unregister(info->mtd); |
41 | map_destroy(info->mtd); | 39 | map_destroy(info->mtd); |
42 | } | 40 | } |