# HG changeset patch # User Space Falcon # Date 1426476695 0 # Node ID b380a85d77d50b5a4a99e8509780c5fd6a8fbb37 # Parent c77d5b1fd6a215e1f7ee079bf2cf69c481406698 aci/cmh_mmq.c: RTC function interface reverted to the classic TCS211 way diff -r c77d5b1fd6a2 -r b380a85d77d5 gsm-fw/g23m-aci/aci/cmh_mmq.c --- a/gsm-fw/g23m-aci/aci/cmh_mmq.c Fri Mar 13 00:29:36 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_mmq.c Mon Mar 16 03:31:35 2015 +0000 @@ -17,11 +17,6 @@ | Purpose : This module provides the query functions related to the | protocol stack adapter for mobility management. +----------------------------------------------------------------------------- - Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) - Description: Removal of clone code: entity GDI - Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be - consistent with the new interface. */ #ifndef CMH_MMQ_C @@ -868,14 +863,7 @@ TRACE_EVENT("qAT_PlusCCLK(): get time and date " ); #ifndef _SIMULATION_ - /* - Aug 02, 2006 REF:OMAPS00083404 Prabakar R (a0393213) - Description: Removal of clone code: entity GDI - Solution: Two similar functions(rtc_get_time_date() and rtc_get_alarm()) are made into one function rtc_get_time_date(). - As a result, interface for rtc_get_time_date() has been changed. Change has been done here to be - consistent with the new interface. - */ - ret = rtc_get_time_date((T_RTC_DATE *) date_s, (T_RTC_TIME *) time_s, RTC_TIME_TYPE_CURRENT); + ret = rtc_get_time_date((T_RTC_DATE *) date_s, (T_RTC_TIME *) time_s); switch (ret) { case 0: /* RVF_OK */