qcacmn: Use ioremap() instead of ioremap_nocache()
As part of compiling wifi driver in kernel version 5.15, the kernel API ioremap_nocache() is no longer supported in kernel version 5.15. Kernel API ioremap_nocache() is being replaced with ioremap() in kernel version 5.6 So, bringing ioremap_nocache() API under kernel version check. Change-Id: I139556e55f8c20093137960f116b3fc067a1829f CRs-Fixed: 3357183
This commit is contained in:

committed by
Madan Koyyalamudi

parent
8f331d9d7e
commit
f066d5ca6a
@@ -1318,6 +1318,9 @@ void qdf_mem_tx_desc_cnt_update(qdf_atomic_t pending_tx_descs,
|
||||
*/
|
||||
#define qdf_mem_valloc(size) __qdf_mem_valloc(size, __func__, __LINE__)
|
||||
|
||||
#define qdf_ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE) \
|
||||
__qdf_ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE)
|
||||
|
||||
#if IS_ENABLED(CONFIG_ARM_SMMU) && defined(ENABLE_SMMU_S1_TRANSLATION)
|
||||
/*
|
||||
* typedef qdf_iommu_domain_t: Platform independent iommu domain
|
||||
|
Reference in New Issue
Block a user