pseries: Move plpar_wrapper.h to powerpc common include/asm location.

As a part of pseries_idle backend driver cleanup to make
the code common to both pseries and powernv platforms, it
is necessary to move the backend-driver code to drivers/cpuidle.

As a pre-requisite for that, it is essential to move plpar_wrapper.h
to include/asm.

Signed-off-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
这个提交包含在:
Deepthi Dharwar
2013-08-22 15:23:52 +05:30
提交者 Benjamin Herrenschmidt
父节点 9b3fbd6c2a
当前提交 212bebb409
修改 11 个文件,包含 14 行新增17 行删除

查看文件

@@ -66,8 +66,8 @@
#include <asm/firmware.h>
#include <asm/eeh.h>
#include <asm/reg.h>
#include <asm/plpar_wrappers.h>
#include "plpar_wrappers.h"
#include "pseries.h"
int CMO_PrPSP = -1;