Browse Source

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
Paul Zhang 6 years ago
parent
commit
976c92285c
1 changed files with 0 additions and 9 deletions
  1. 0 9
      utils/fwlog/dbglog_host.h

+ 0 - 9
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)
 {