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

Commit edeb731d authored by Murali Nalajala's avatar Murali Nalajala
Browse files

msm: move PM header to machine independent location



Move PM header to machine independent location directory
in kernel tree. Change the source files which are referring
to these headers and point them to a new location to avoid
compilation issues.

Change-Id: I79efe8cbfa8084c9978732ca70932d875250c628
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent bab4a107
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,10 +33,10 @@
#include <mach/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
#include "board-dt.h"
#include "clock.h"
#include "platsmp.h"
#include "pm.h"

static struct of_dev_auxdata apq8084_auxdata_lookup[] __initdata = {
	OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF9824000, "msm_sdcc.1", NULL),
+1 −1
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include <mach/msm_memtypes.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
#include <mach/msm_smd.h>
#include <mach/restart.h>
#include <mach/rpm-smd.h>
@@ -43,7 +44,6 @@
#include "board-dt.h"
#include "clock.h"
#include "platsmp.h"
#include "pm.h"

#define MPQ8092_MAC_FUSE_PHYS     0xfc4bc0e0
#define MPQ8092_MAC_FUSE_SIZE     0x10
+1 −1
Original line number Diff line number Diff line
@@ -48,10 +48,10 @@
#include <soc/qcom/smem.h>
#include <linux/msm_thermal.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
#include "board-dt.h"
#include "clock.h"
#include "platsmp.h"
#include "pm.h"
#include "spm-regulator.h"

static struct of_dev_auxdata msm_hsic_host_adata[] = {
+1 −1
Original line number Diff line number Diff line
@@ -41,11 +41,11 @@
#include <mach/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <soc/qcom/pm.h>
#include <linux/msm_thermal.h>
#include "board-dt.h"
#include "clock.h"
#include "platsmp.h"
#include "pm.h"

static struct of_dev_auxdata msm8610_auxdata_lookup[] __initdata = {
	OF_DEV_AUXDATA("qcom,msm-sdcc", 0xF9824000, \
+1 −2
Original line number Diff line number Diff line
@@ -26,10 +26,9 @@
#include <mach/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>

#include <soc/qcom/pm.h>
#include "board-dt.h"
#include "platsmp.h"
#include "pm.h"

static void __init msm8916_early_memory(void)
{
Loading