From 0b3bb39c9fbe0274fdf7a2536910dff08363aa5f Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 13 Sep 2012 21:23:25 +0100 Subject: [PATCH] --- yaml --- r: 323122 b: refs/heads/master c: 636221b86ce0b3b1238c72bad7172d5227d408ac h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/mti-malta/malta-platform.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 80e93f26a8e2..4d4700841fab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af89fa3986b9d034a286544ab1ed95096496a2f9 +refs/heads/master: 636221b86ce0b3b1238c72bad7172d5227d408ac diff --git a/trunk/arch/mips/mti-malta/malta-platform.c b/trunk/arch/mips/mti-malta/malta-platform.c index 4c35301720e7..80562b81f0f2 100644 --- a/trunk/arch/mips/mti-malta/malta-platform.c +++ b/trunk/arch/mips/mti-malta/malta-platform.c @@ -138,11 +138,6 @@ static int __init malta_add_devices(void) if (err) return err; - /* - * Set RTC to BCD mode to support current alarm code. - */ - CMOS_WRITE(CMOS_READ(RTC_CONTROL) & ~RTC_DM_BINARY, RTC_CONTROL); - return 0; }