| commit | e528db5b392ab2a624258a667fed0e65af6e411b | [log] [tgz] |
|---|---|---|
| author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Jan 12 12:58:06 2011 -0500 |
| committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Jan 12 12:58:17 2011 -0500 |
| tree | 388beafc4a28bafc182d3e91edac12263b8b33e4 | |
| parent | 7c8c06c5bb2dcc9fd0d2eeac4e9c10bf77ffed1a [diff] |
xen-platform: Fix compile errors if CONFIG_PCI is not enabled.
drivers/xen/platform-pci.c:127: error: implicit declaration of function
'pci_request_region'
drivers/xen/platform-pci.c:165: error: implicit declaration of function
'pci_release_region'
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>