From 7ead50181a60c3fbe413c566d5887938984d0749 Mon Sep 17 00:00:00 2001 From: kogiidena Date: Sat, 12 May 2007 20:24:15 +0900 Subject: [PATCH] --- yaml --- r: 56790 b: refs/heads/master c: ad47c12b3596269b975c21fba8f3cf09befdc1f2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/landisk/setup.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e8fdeafdc8da..57eb42f6fa45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38c425f69c8d949620384f917e00652eaf390ec9 +refs/heads/master: ad47c12b3596269b975c21fba8f3cf09befdc1f2 diff --git a/trunk/arch/sh/boards/landisk/setup.c b/trunk/arch/sh/boards/landisk/setup.c index 4058b4f50d44..f953c7427769 100644 --- a/trunk/arch/sh/boards/landisk/setup.c +++ b/trunk/arch/sh/boards/landisk/setup.c @@ -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)