mtd: davinci_nand: remove redundant mtd_device_unregister
authorAxel Lin <axel.lin@gmail.com>
Wed, 8 Jun 2011 13:01:37 +0000 (21:01 +0800)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Sun, 11 Sep 2011 12:02:05 +0000 (15:02 +0300)
mtd_device_unregister is done in nand_release(),
thus no need to call it in nand_davinci_remove().

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found