qcacmn: Clean up of CONFIG_MCL flag

Clean up of  CONFIG_MCL flag in wmi_unified_parmm.h

Change-Id: I4d647b6fb97e8a6f8ac56506f4eaa6625587ba7e
CRs-Fixed: 2450713
This commit is contained in:
Surya Prakash Raajen
2019-05-10 16:01:23 +05:30
committed by Nitesh Shrivastav
parent 9d48cd993c
commit a2c264acf7

View File

@@ -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
};
/**