From 50220ce67c2d9a67decf6995ccdadf96f21b815b Mon Sep 17 00:00:00 2001 From: Anurag Chouhan Date: Thu, 18 Feb 2016 20:11:33 +0530 Subject: qcacld-3.0: Add qdf time API's Replace CDF time API's with QDF time API's. Change-Id: I3418f5603e5a05219a8470de3a9197928a3a8f13 CRs-Fixed: 981188 --- core/utils/logging/src/wlan_logging_sock_svc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/utils') diff --git a/core/utils/logging/src/wlan_logging_sock_svc.c b/core/utils/logging/src/wlan_logging_sock_svc.c index 60cbfb3b1bb6..09fec12a8890 100644 --- a/core/utils/logging/src/wlan_logging_sock_svc.c +++ b/core/utils/logging/src/wlan_logging_sock_svc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 The Linux Foundation. All rights reserved. + * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -35,7 +35,7 @@ #include #include #include -#include +#include #include #include "pktlog_ac.h" #include @@ -322,7 +322,7 @@ int wlan_log_to_user(CDF_TRACE_LEVEL log_level, char *to_be_sent, int length) return 0; } - ts = cdf_get_log_timestamp(); + ts = qdf_get_log_timestamp(); tlen = wlan_add_user_log_time_stamp(tbuf, sizeof(tbuf), ts); /* 1+1 indicate '\n'+'\0' */ -- cgit v1.2.3