From: Linus Torvalds Date: Fri, 14 Jan 2011 02:44:52 +0000 (-0800) Subject: Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2c0076d8c7eb1dafa03d0a792444862080b34106;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'stable/platform-pci-fixes' of git://git./linux/kernel/git/konrad/xen * 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen: xen-platform: Fix compile errors if CONFIG_PCI is not enabled. xen: rename platform-pci module to xen-platform-pci. xen-platform: use PCI interfaces to request IO and MEM resources. --- 2c0076d8c7eb1dafa03d0a792444862080b34106 diff --cc drivers/xen/Kconfig index 5a48ce996dea,6f52b3189803..464d8935ad4e --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@@ -70,12 -62,9 +70,12 @@@ config XEN_SYS_HYPERVISO virtual environment, /sys/hypervisor will still be present, but will have no xen contents. +config XEN_XENBUS_FRONTEND + tristate + config XEN_PLATFORM_PCI tristate "xen platform pci device driver" - depends on XEN_PVHVM + depends on XEN_PVHVM && PCI default m help Driver for the Xen PCI Platform device: it is responsible for