From d24a120c3d5a5974c0de668c6519fe29d2e9b146 Mon Sep 17 00:00:00 2001 From: chandu078 Date: Mon, 22 Apr 2024 17:40:20 +0530 Subject: [PATCH] wlan: qcacld-3.0: Define Android common kernel Signed-off-by: chandu078 --- .../opensource/wlan/qca-wifi-host-cmn/qdf/linux/src/i_qdf_mem.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/opensource/wlan/qca-wifi-host-cmn/qdf/linux/src/i_qdf_mem.h b/qcom/opensource/wlan/qca-wifi-host-cmn/qdf/linux/src/i_qdf_mem.h index f72603e2aa..eb6eec65ab 100644 --- a/qcom/opensource/wlan/qca-wifi-host-cmn/qdf/linux/src/i_qdf_mem.h +++ b/qcom/opensource/wlan/qca-wifi-host-cmn/qdf/linux/src/i_qdf_mem.h @@ -25,6 +25,8 @@ #ifndef __I_QDF_MEM_H #define __I_QDF_MEM_H +#define __ANDROID_COMMON_KERNEL__ + #ifdef __KERNEL__ #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 17) #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 33)