qcacmn: Move qdf_walt_get_cpus_taken under WALT_GET_CPU_TAKEN_SUPPORT
qdf_walt_get_cpus_taken under WALT_GET_CPU_TAKEN_SUPPORT feature flag to avoid compilation failure on branch where changes is not present. Change-Id: Iddcc777a476e41cd20fa0ff40ad2dd80af0748ef CRs-Fixed: 3559247
This commit is contained in:

committed by
Rahul Choudhary

parent
b41a05e709
commit
1d7c991d04
@@ -273,7 +273,7 @@ qdf_cpumask_equal(const qdf_cpu_mask *src1p, const qdf_cpu_mask *src2p);
|
||||
void
|
||||
qdf_cpumask_complement(qdf_cpu_mask *dstp, const qdf_cpu_mask *srcp);
|
||||
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 1, 0))
|
||||
#ifdef WALT_GET_CPU_TAKEN_SUPPORT
|
||||
/**
|
||||
* qdf_walt_get_cpus_taken - Get taken CPUs
|
||||
*
|
||||
|
Reference in New Issue
Block a user