From: Konrad Rzeszutek Wilk Date: Wed, 15 Jun 2011 18:43:52 +0000 (-0400) Subject: xen/pci: Retire unnecessary #ifdef CONFIG_ACPI X-Git-Tag: v3.1-rc1~319^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b1d1269d9fdaa1558e3014c3cc03ac0967de95;p=pandora-kernel.git xen/pci: Retire unnecessary #ifdef CONFIG_ACPI As the code paths that are guarded by CONFIG_XEN_DOM0 already depend on CONFIG_ACPI so the extra #ifdef is not required. The earlier patch that added them in had done its job. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed