From a2c264acf7ce4f64aedfe468200087fc7eece079 Mon Sep 17 00:00:00 2001 From: Surya Prakash Raajen Date: Fri, 10 May 2019 16:01:23 +0530 Subject: [PATCH] qcacmn: Clean up of CONFIG_MCL flag Clean up of CONFIG_MCL flag in wmi_unified_parmm.h Change-Id: I4d647b6fb97e8a6f8ac56506f4eaa6625587ba7e CRs-Fixed: 2450713 --- wmi/inc/wmi_unified_param.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 123aa4f5c7..04043526f6 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/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 }; /**