commit | 34b1d1269d9fdaa1558e3014c3cc03ac0967de95 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Jun 15 14:43:52 2011 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Mon Jul 11 13:19:32 2011 -0400 |
tree | 57d5b41e8de7504b978ba2e1f45f4ab7faf1245a | |
parent | 9b6519db5e226c0c83acddf788b7091b751fbb75 [diff] |
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>