Remove CONFIG_MCL flag for hif_bus_id in __qdf_device since it can be shared by WIN and MCL. Change-Id: I0f88aae7f3139485b99a029fa4f53d848875b0ac CRs-Fixed: 2368166
@@ -246,9 +246,7 @@ struct __qdf_device {
__qdf_os_intr func;
struct __qdf_mempool_ctxt *mem_pool[MAX_MEM_POOLS];
enum qdf_bus_type bus_type;
-#ifdef CONFIG_MCL
const struct hif_bus_id *bid;
-#endif
bool smmu_s1_enabled;
struct dma_iommu_mapping *iommu_mapping;
};