Browse Source

cnss2: include qcom_aoss.h file at correct place

There may be multiple time inclusion of inline definition of the
APIs defined in the header file qcom_aoss.h if config
CONFIG_QCOM_AOSS_QMP is disabled for underlying target.
This may result in linking error. Move the header file to the correct
place in power.c.

Change-Id: I5c79eff3be4c758db1ab313843b36a02ecccbef9
CRs-Fixed: 3603827
Prateek Patil 1 year ago
parent
commit
5d5c769c28
2 changed files with 3 additions and 1 deletions
  1. 0 1
      cnss2/main.h
  2. 3 0
      cnss2/power.c

+ 0 - 1
cnss2/main.h

@@ -25,7 +25,6 @@
 #include <linux/time64.h>
 #if IS_ENABLED(CONFIG_MSM_QMP)
 #include <linux/mailbox/qmp.h>
-#include <linux/soc/qcom/qcom_aoss.h>
 #endif
 #ifdef CONFIG_CNSS_OUT_OF_TREE
 #include "cnss2.h"

+ 3 - 0
cnss2/power.c

@@ -18,6 +18,9 @@
 #include "main.h"
 #include "debug.h"
 #include "bus.h"
+#if IS_ENABLED(CONFIG_MSM_QMP)
+#include <linux/soc/qcom/qcom_aoss.h>
+#endif
 
 #if IS_ENABLED(CONFIG_ARCH_QCOM)
 static struct cnss_vreg_cfg cnss_vreg_list[] = {