summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorkogiidena2007-05-11 07:22:54 +0200
committerLinus Torvalds2007-05-11 17:29:35 +0200
commit9a3f1d53dbf112d2387f8b80682afc1084f9dfc3 (patch)
tree1304b92c3ada981b7f832a18f919270c246cb7a7 /drivers/rtc/Kconfig
parentuse defines in sys_getpriority/sys_setpriority (diff)
downloadkernel-qcow2-linux-9a3f1d53dbf112d2387f8b80682afc1084f9dfc3.tar.gz
kernel-qcow2-linux-9a3f1d53dbf112d2387f8b80682afc1084f9dfc3.tar.xz
kernel-qcow2-linux-9a3f1d53dbf112d2387f8b80682afc1084f9dfc3.zip
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/Kconfig2
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
config RTC_DRV_RS5C313
tristate "Ricoh RS5C313"
- depends on RTC_CLASS && BROKEN
+ depends on RTC_CLASS && SH_LANDISK
help
If you say yes here you get support for the Ricoh RS5C313 RTC chips.