mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
sh: landisk: rtc-rs5c313 support.
Add the rs5c313 platform device to the landisk setup code. Signed-off-by: kogiidena <kogiidena@eggplant.ddo.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
38c425f69c
commit
ad47c12b35
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user