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

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

msm: move SPM and AVS headers to machine independent directory



As part of power drivers code reorganising, move SPM and AVS
header files into machine independent directory. To avoid
compilation errors change the header file paths.

Change-Id: I5fafb1a08b309e30fb2f0241dd557a83419a06a0
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent 975adc69
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -14,8 +14,8 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <asm/cputype.h>
#include <mach/avs.h>
#include "spm.h"
#include <soc/qcom/avs.h>
#include <soc/qcom/spm.h>

u32 avs_get_avscsr(void)
{
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#include <soc/qcom/socinfo.h>
#include <mach/rpm-smd.h>
#include <soc/qcom/smem.h>
#include "spm.h"
#include <soc/qcom/spm.h>
#include "board-dt.h"
#include "clock.h"
#include "platsmp.h"
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <mach/board.h>
#include <mach/msm_memtypes.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <mach/msm_smd.h>
#include <mach/restart.h>
#include <mach/rpm-smd.h>
@@ -42,7 +43,6 @@
#include "board-dt.h"
#include "clock.h"
#include "platsmp.h"
#include "spm.h"
#include "pm.h"

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

+1 −1
Original line number Diff line number Diff line
@@ -40,11 +40,11 @@
#include <mach/msm_smd.h>
#include <mach/rpm-smd.h>
#include <soc/qcom/smem.h>
#include <soc/qcom/spm.h>
#include <linux/msm_thermal.h>
#include "board-dt.h"
#include "clock.h"
#include "platsmp.h"
#include "spm.h"
#include "pm.h"

static struct of_dev_auxdata msm8610_auxdata_lookup[] __initdata = {
Loading