diff options
author | Christoph Hellwig <hch@lst.de> | 2016-10-12 16:30:53 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-10-19 10:41:48 +0300 |
commit | 290cd0f07f0c55f4071aee47b5d4cc3c83da588c (patch) | |
tree | 09331d79dd56d9797f74f745c6abe5393c0335f1 /drivers/rtc/Kconfig | |
parent | 6a6af3d04435adfdaab363624ec569a9b5d3973c (diff) | |
download | linux-290cd0f07f0c55f4071aee47b5d4cc3c83da588c.tar.xz |
rtc: cmos: don't refer to asm-generic/rtc.h
That header has been gone for a while. I've fixed up the Kconfig
comment, but the one in rtc-cmos.c doesn't make any sense to me
even looking at its history.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'drivers/rtc/Kconfig')
-rw-r--r-- | drivers/rtc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index e859d148aba9..4cbea34e6003 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -820,8 +820,8 @@ config RTC_DRV_RV3029_HWMON comment "Platform RTC drivers" -# this 'CMOS' RTC driver is arch dependent because <asm-generic/rtc.h> -# requires <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a +# this 'CMOS' RTC driver is arch dependent because it requires +# <asm/mc146818rtc.h> defining CMOS_READ/CMOS_WRITE, and a # global rtc_lock ... it's not yet just another platform_device. config RTC_DRV_CMOS |