Browse Source

qcacmn: Clean up CONFIG_MCL for hif_bus_id

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
Min Liu 6 years ago
parent
commit
2625b976d4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      qdf/linux/src/i_qdf_types.h

+ 0 - 2
qdf/linux/src/i_qdf_types.h

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