|
@@ -1,6 +1,6 @@
|
|
/*
|
|
/*
|
|
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
|
|
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
|
|
|
+ * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -37,7 +37,9 @@
|
|
#include "wlan_hdd_power.h"
|
|
#include "wlan_hdd_power.h"
|
|
#include "wlan_hdd_tsf.h"
|
|
#include "wlan_hdd_tsf.h"
|
|
#include <linux/vmalloc.h>
|
|
#include <linux/vmalloc.h>
|
|
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 0)) && defined(MSM_PLATFORM)
|
|
|
|
|
|
+#if (defined(__ANDROID_COMMON_KERNEL__) && \
|
|
|
|
+ (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 0)) && \
|
|
|
|
+ defined(MSM_PLATFORM))
|
|
#include <linux/qcom-iommu-util.h>
|
|
#include <linux/qcom-iommu-util.h>
|
|
#endif
|
|
#endif
|
|
#include <scheduler_core.h>
|
|
#include <scheduler_core.h>
|