소스 검색

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 년 전
부모
커밋
2625b976d4
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;
 };