mach: msm: move mpm.h under proper include path

Currently "mpm.h" file is located under arch/arm/mach-msm/ directory
and source code files using mpm functionality are also location under
same directory. But if any source code files located out side
arch/arm/mach-msm/ directory won't be able to add "mpm.h" file.

So this patch moves the "mpm.h" from arch/arm/mach-msm/ directory to
arch/arm/mach-msm/include/mach/ directory.

Change-Id: Ic9247a9fa9303cf5a653399458602cd316fdf9d9
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
13 files changed