diff options
author | Johann Felix Soden <johfel@users.sourceforge.net> | 2011-10-11 01:10:49 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-11 15:24:17 +0200 |
commit | 0348299ad18e4b63e90b04e2698fd3d3e2cbe2e6 (patch) | |
tree | d37a8170c100ad9560b952d8432cdf999f82bc27 /arch/cris/Kconfig | |
parent | efe2e878413ad4a4a4f241ba92e07d3248e65f50 (diff) | |
download | op-kernel-dev-0348299ad18e4b63e90b04e2698fd3d3e2cbe2e6.zip op-kernel-dev-0348299ad18e4b63e90b04e2698fd3d3e2cbe2e6.tar.gz |
Fix file references in Kconfig files
This patch fixes file references to moved or deleted files
outside of Documentation/.
Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 17addac..408b055 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -282,8 +282,8 @@ config ETRAX_RTC Enables drivers for the Real-Time Clock battery-backed chips on some products. The kernel reads the time when booting, and the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a - rtc_time struct (see <file:include/asm-cris/rtc.h>) on the /dev/rtc - device. You can check the time with cat /proc/rtc, but + rtc_time struct (see <file:arch/cris/include/asm/rtc.h>) on the + /dev/rtc device. You can check the time with cat /proc/rtc, but normal time reading should be done using libc function time and friends. |