From: Liu Jinsong Date: Thu, 14 Feb 2013 07:46:26 +0000 (+0800) Subject: xen/acpi: move xen_acpi_get_pxm under CONFIG_XEN_DOM0 X-Git-Tag: v3.9-rc1~96^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268a207563f933ff8e3d876866c324b4247f234e;p=pandora-kernel.git xen/acpi: move xen_acpi_get_pxm under CONFIG_XEN_DOM0 To avoid compile issue and it's meanigfull only under CONFIG_XEN_DOM0. In file included from linux/arch/x86/xen/enlighten.c:47:0: linux/include/xen/acpi.h:75:76: error: unknown type name ‘acpi_handle’ make[3]: *** [arch/x86/xen/enlighten.o] Error 1 Signed-off-by: Liu Jinsong [v1: Fixed spelling mistakes] Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed