]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Wed, 19 Oct 2011 18:48:01 +0000 (14:48 -0400)
commit75d062424d117ba628cc9df223b5176de4c58e05
tree5a2af1bf5164a116ad38c8007451562070695f21
parentedab411cbed49a38f81ec8b902372f169a0e622c
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