From 976c92285cf784c601489af4ff5cdb6a47edd06e Mon Sep 17 00:00:00 2001 From: Paul Zhang Date: Wed, 28 Nov 2018 17:53:06 +0800 Subject: [PATCH] qcacmn: Remove the CONFIG_MCL Cleaning up cmn code by getting rid of CONFIG_MCL in file utils/fwlog/dbglog_host.h. Change-Id: I01cc1805ef2a2d57935216da79a4294a89be1411 CRs-Fixed: 2359889 --- utils/fwlog/dbglog_host.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/utils/fwlog/dbglog_host.h b/utils/fwlog/dbglog_host.h index 9606689a57..ea613def20 100644 --- a/utils/fwlog/dbglog_host.h +++ b/utils/fwlog/dbglog_host.h @@ -108,12 +108,6 @@ dbglog_set_timestamp_resolution(wmi_unified_t wmi_handle, int dbglog_report_enable(wmi_unified_t wmi_handle, A_BOOL isenable); -#ifdef CONFIG_MCL -/* - * enum DBGLOG_LOG_LVL is not converged between WIN and MCL. - * So this function declaration needs to be disabled from WIN side. - */ - /** Set the log level * @brief DBGLOG_INFO - Information lowest log level * @brief DBGLOG_WARNING @@ -121,7 +115,6 @@ dbglog_report_enable(wmi_unified_t wmi_handle, A_BOOL isenable); */ int dbglog_set_log_lvl(wmi_unified_t wmi_handle, DBGLOG_LOG_LVL log_lvl); -#endif /* * set the debug log level for a given module @@ -209,13 +202,11 @@ dbglog_report_enable(wmi_unified_t wmi_handle, A_BOOL isenable) return A_OK; } -#ifdef CONFIG_MCL static inline int dbglog_set_log_lvl(wmi_unified_t wmi_handle, DBGLOG_LOG_LVL log_lvl) { return A_OK; } -#endif static inline int cnss_diag_activate_service(void) {