]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/pci: Fix build on non-x86
authorBen Hutchings <ben@decadent.org.uk>
Tue, 31 Dec 2013 19:46:27 +0000 (20:46 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 3 Jan 2014 19:56:13 +0000 (14:56 -0500)
commit545e06eb657dd3f8664938ea2c7a61a1a398478f
tree1e1184ef9ea19685ac46e1fe3c86ddf416bf71fa
parent49843a0059c4fd093d36ee6c8c7449f7a80bc1b2
xen/pci: Fix build on non-x86

We can't include <asm/pci_x86.h> if this isn't x86, and we only need
it if CONFIG_PCI_MMCONFIG is enabled.

Fixes: 8deb3eb1461e ('xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas.')
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/pci.c