FreeCalypso > hg > freecalypso-sw
changeset 794:b380a85d77d5
aci/cmh_mmq.c: RTC function interface reverted to the classic TCS211 way
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 16 Mar 2015 03:31:35 +0000 |
parents | c77d5b1fd6a2 |
children | b93cee08a2e1 |
files | gsm-fw/g23m-aci/aci/cmh_mmq.c |
diffstat | 1 files changed, 1 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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 */