[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20101020140928.1c919103.sfr@canb.auug.org.au>
Date: Wed, 20 Oct 2010 14:09:28 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
matt mooney <mfm@...eddisk.com>,
Jesse Barnes <jbarnes@...tuousgeek.org>,
Ryan Wilson <hap9@...ch.ncsc.mil>
Subject: linux-next: manual merge of the swiotlb-xen tree with the pci tree
Hi Konrad,
Today's linux-next merge of the swiotlb-xen tree got a conflict in
drivers/pci/Makefile between commit
350a55e9ff6005032407d3234af800f413b03af5 ("PCI: use new ccflags variable
in Makefile") from the pci tree and commit
956a9202cd1220397933a07beda9f96b3df1fa24 ("xen-pcifront: Xen PCI frontend
driver") from the swiotlb-xen tree.
Just context changes. I fixed it up (see below) and can carry the fix as
necessary.
As I said in my other email, Konrad, you can ignore this report - it is
just for information. The conflict resolution is simple.
--
Cheers,
Stephen Rothwell sfr@...b.auug.org.au
diff --cc drivers/pci/Makefile
index dcd7ace,d5e2705..0000000
--- a/drivers/pci/Makefile
+++ b/drivers/pci/Makefile
@@@ -65,4 -65,8 +65,6 @@@ obj-$(CONFIG_PCI_SYSCALL) += syscall.
obj-$(CONFIG_PCI_STUB) += pci-stub.o
+ obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen-pcifront.o
+
-ifeq ($(CONFIG_PCI_DEBUG),y)
-EXTRA_CFLAGS += -DDEBUG
-endif
+ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists