Browse Source

qcacmn: Clean up of CONFIG_MCL flag

Clean up of  CONFIG_MCL flag in wmi_unified_parmm.h

Change-Id: I4d647b6fb97e8a6f8ac56506f4eaa6625587ba7e
CRs-Fixed: 2450713
Surya Prakash Raajen 5 years ago
parent
commit
a2c264acf7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      wmi/inc/wmi_unified_param.h

+ 0 - 4
wmi/inc/wmi_unified_param.h

@@ -1454,9 +1454,7 @@ struct fw_hang_params {
 struct pdev_utf_params {
 	uint8_t *utf_payload;
 	uint32_t len;
-#ifndef CONFIG_MCL
 	bool is_ar900b;
-#endif
 };
 
 /*Adding this due to dependency on wmi_unified.h
@@ -1494,9 +1492,7 @@ struct dbglog_params {
 	uint32_t val;
 	uint32_t *module_id_bitmap;
 	uint32_t bitmap_len;
-#ifndef CONFIG_MCL
 	uint32_t cfgvalid[2];
-#endif
 };
 
 /**