diff options
author | kogiidena <kogiidena@eggplant.ddo.jp> | 2007-05-11 01:22:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 11:29:35 -0400 |
commit | 9a3f1d53dbf112d2387f8b80682afc1084f9dfc3 (patch) | |
tree | 1304b92c3ada981b7f832a18f919270c246cb7a7 /drivers/rtc/Kconfig | |
parent | 3e88c553db938ad016026375f0545304b9030b42 (diff) |
rtc-rs5c313.c: error and warning are fixed
Correct a compile error and warning.
Signed-off-by: kogiidena <kogiidena@eggplant.ddo.jp>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 1759baad439c..ad445d5e58c7 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig | |||
@@ -397,7 +397,7 @@ config RTC_DRV_BFIN | |||
397 | 397 | ||
398 | config RTC_DRV_RS5C313 | 398 | config RTC_DRV_RS5C313 |
399 | tristate "Ricoh RS5C313" | 399 | tristate "Ricoh RS5C313" |
400 | depends on RTC_CLASS && BROKEN | 400 | depends on RTC_CLASS && SH_LANDISK |
401 | help | 401 | help |
402 | If you say yes here you get support for the Ricoh RS5C313 RTC chips. | 402 | If you say yes here you get support for the Ricoh RS5C313 RTC chips. |
403 | 403 | ||