mtd: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
这个提交包含在:
Bill Pemberton
2012-11-19 13:26:04 -05:00
提交者 Artem Bityutskiy
父节点 5e75e86e6d
当前提交 810b7e060c
修改 46 个文件,包含 50 行新增50 行删除

查看文件

@@ -690,7 +690,7 @@ fail_nomem:
return error;
}
static void __devexit vmu_disconnect(struct maple_device *mdev)
static void vmu_disconnect(struct maple_device *mdev)
{
struct memcard *card;
struct mdev_part *mpart;
@@ -789,7 +789,7 @@ static int probe_maple_vmu(struct device *dev)
return 0;
}
static int __devexit remove_maple_vmu(struct device *dev)
static int remove_maple_vmu(struct device *dev)
{
struct maple_device *mdev = to_maple_dev(dev);