msm: pm: Move pm.h back into "mach-msm" from "mach-msm/include/mach"
APIs in this header are no longer needed outside of mach-msm.
Move the header out of include/mach to discourage use of it
in device drivers.
Change-Id: Id87eab2c909d01e4146d79d62f9c61a80e66fd64
Signed-off-by: Matt Wagantall <mattw@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064.c b/arch/arm/mach-msm/board-8064.c
index 3e99b2a..a95d733 100644
--- a/arch/arm/mach-msm/board-8064.c
+++ b/arch/arm/mach-msm/board-8064.c
@@ -49,7 +49,6 @@
#include <asm/setup.h>
#include <mach/dma.h>
#include <mach/msm_bus_board.h>
-#include <mach/pm.h>
#include <mach/cpuidle.h>
#include "msm_watchdog.h"
@@ -58,6 +57,7 @@
#include "spm.h"
#include "mpm.h"
#include "rpm_resources.h"
+#include "pm.h"
#include "pm-boot.h"
#include "devices-msm8x60.h"