xen/pci: Retire unnecessary #ifdef CONFIG_ACPI
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 15 Jun 2011 18:43:52 +0000 (14:43 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 11 Jul 2011 17:19:32 +0000 (13:19 -0400)
commit34b1d1269d9fdaa1558e3014c3cc03ac0967de95
tree57d5b41e8de7504b978ba2e1f45f4ab7faf1245a
parent9b6519db5e226c0c83acddf788b7091b751fbb75
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 <konrad.wilk@oracle.com>
arch/x86/pci/xen.c