|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012, 2014-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -486,7 +486,8 @@ int wlan_hdd_pm_qos_notify(struct notifier_block *nb, unsigned long curr_val,
|
|
|
* Return: true if there is PM QoS global vote,
|
|
|
* or an false otherwise
|
|
|
*/
|
|
|
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0)
|
|
|
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0) && \
|
|
|
+ defined(__ANDROID_COMMON_KERNEL__))
|
|
|
bool wlan_hdd_is_cpu_pm_qos_in_progress(struct hdd_context *hdd_ctx);
|
|
|
#else
|
|
|
static inline bool
|