git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b6519d
)
xen/pci: Retire unnecessary #ifdef CONFIG_ACPI
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 15 Jun 2011 18:43:52 +0000
(14:43 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Mon, 11 Jul 2011 17:19:32 +0000
(13:19 -0400)
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>
No differences found