提交 ad47c12b 编写于 作者: K kogiidena 提交者: Paul Mundt

sh: landisk: rtc-rs5c313 support.

Add the rs5c313 platform device to the landisk setup code.
Signed-off-by: Nkogiidena <kogiidena@eggplant.ddo.jp>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 38c425f6
......@@ -44,8 +44,14 @@ static struct platform_device cf_ide_device = {
},
};
static struct platform_device rtc_device = {
.name = "rs5c313",
.id = -1,
};
static struct platform_device *landisk_devices[] __initdata = {
&cf_ide_device,
&rtc_device,
};
static int __init landisk_devices_setup(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册