diff src/g23m-aci/aci/cmh_mmq.c @ 201:f3f58412df01

src/condat3/com/include: pwr.h and rtc.h replaced with TCS211 versions as part of the TCS2/TCS3 hybrid effort
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 05:49:28 +0000
parents 53929b40109c
children
line wrap: on
line diff
--- a/src/g23m-aci/aci/cmh_mmq.c	Fri Oct 14 03:51:07 2016 +0000
+++ b/src/g23m-aci/aci/cmh_mmq.c	Fri Oct 14 05:49:28 2016 +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
@@ -867,14 +862,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 */