Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b118eb1 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

msm: move rpm-smd and rpm-notifier headers to new directory



Move rpm-smd and rpm-notifier headers to a machine independent
directory in kernel. Change the source files which are referring
to these headers and point them to a new location.

Change-Id: I69f0c1189ac9c69d8e869534f2f6689bf3ac980e
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent edeb731d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <mach/msm_smd.h>
#include <mach/restart.h>
#include <soc/qcom/socinfo.h>
#include <mach/rpm-smd.h>
#include <soc/qcom/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
+1 −1
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
#include <soc/qcom/rpm-smd.h>
#include <mach/msm_smd.h>
#include <mach/restart.h>
#include <mach/rpm-smd.h>

#include <linux/io.h>
#include <linux/gpio.h>
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
#include <soc/qcom/socinfo.h>
#include <mach/board.h>
#include <mach/msm_smd.h>
#include <mach/rpm-smd.h>
#include <soc/qcom/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <linux/msm_thermal.h>
#include <soc/qcom/spm.h>
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
#include <soc/qcom/socinfo.h>
#include <mach/board.h>
#include <mach/msm_smd.h>
#include <mach/rpm-smd.h>
#include <soc/qcom/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <mach/board.h>
#include <mach/msm_memtypes.h>
#include <mach/msm_smd.h>
#include <mach/rpm-smd.h>
#include <soc/qcom/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
Loading