xen-platform: use PCI interfaces to request IO and MEM resources.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 11 Jan 2011 11:50:28 +0000 (11:50 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 23:14:38 +0000 (15:14 -0800)
commit697627a212f389b55078ecd1343f29e153f3218f
tree5ee6d15aff394bbe32763e3900287a35a3714f2a
parent6b1c3b60a4e5e463042c85173f45918bd71a3844
xen-platform: use PCI interfaces to request IO and MEM resources.

commit 00f28e4037c8d5782fa7a1b2666b0dca21522d69 upstream.

This is the correct interface to use and something has broken the use
of the previous incorrect interface (which fails because the request
conflicts with the resources assigned for the PCI device itself
instead of nesting like the PCI interfaces do).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/xen/platform-pci.c