mtd: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit 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:23:07 -05:00
提交者 Artem Bityutskiy
父节点 5153b88cac
当前提交 06f2551069
修改 50 个文件,包含 92 行新增93 行删除

查看文件

@@ -1086,7 +1086,7 @@ static struct sh_flctl_platform_data *flctl_parse_dt(struct device *dev)
}
#endif /* CONFIG_OF */
static int __devinit flctl_probe(struct platform_device *pdev)
static int flctl_probe(struct platform_device *pdev)
{
struct resource *res;
struct sh_flctl *flctl;