Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3207cd5c4b852b54126f5a4b2564652c64d93a6a
Commit:     3207cd5c4b852b54126f5a4b2564652c64d93a6a
Parent:     8e09ffb60bbc2b49c06718d5a1252860c709a660
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Mon Jun 18 16:36:11 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jun 26 19:57:34 2007 +0200

    [MIPS] EMMA2RH: Disable GEN_RTC, it can't possibly work.
    
    Neither rtc_mips_get_time nor rtc_mips_set_time are being initialized by
    the EMMA2RH setup code, so genrtc at best was a RTC dummy avoiding a few
    error messages but not providing actual functionality.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/configs/emma2rh_defconfig |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/mips/configs/emma2rh_defconfig 
b/arch/mips/configs/emma2rh_defconfig
index 3044579..2e3e155 100644
--- a/arch/mips/configs/emma2rh_defconfig
+++ b/arch/mips/configs/emma2rh_defconfig
@@ -951,8 +951,7 @@ CONFIG_LEGACY_PTY_COUNT=256
 # CONFIG_WATCHDOG is not set
 # CONFIG_HW_RANDOM is not set
 CONFIG_RTC=m
-CONFIG_GEN_RTC=m
-CONFIG_GEN_RTC_X=y
+# CONFIG_GEN_RTC is not set
 # CONFIG_DTLK is not set
 # CONFIG_R3964 is not set
 # CONFIG_APPLICOM is not set
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to