浏览代码

icnss2: Update slatecom_interface.h file path

slatecom_interface.h file is moved to include/ in kernel,
update the same in icnss2 also.

Change-Id: Ibd07235636066b48221de9928283bfdf24b90221
CRs-Fixed: 3390989
Dundi Raviteja 2 年之前
父节点
当前提交
1d66a24813
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      icnss2/main.c

+ 1 - 1
icnss2/main.c

@@ -45,7 +45,7 @@
 #include <linux/soc/qcom/pdr.h>
 #include <linux/remoteproc.h>
 #include <trace/hooks/remoteproc.h>
-#include <../drivers/soc/qcom/slatecom_interface.h>
+#include <linux/soc/qcom/slatecom_interface.h>
 #include "main.h"
 #include "qmi.h"
 #include "debug.h"