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:
Amit Mehta
2023-07-13 04:37:49 -07:00
committed by Rahul Choudhary
parent b41a05e709
commit 1d7c991d04
2 changed files with 2 additions and 2 deletions

View File

@@ -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
*