lkml.org 
[lkml]   [2015]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectlinux-next: manual merge of the block tree with Linus' tree
Hi Jens,

Today's linux-next merge of the block tree got a conflict in:

drivers/nvme/host/Makefile

between commit:

c4699e70d1db ("lightnvm: Simplify config when disabled")

from Linus' tree and commit:

21d34711e1b5 ("nvme: split command submission helpers out of pci.c")

from the block tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au

diff --cc drivers/nvme/host/Makefile
index a5fe23952586,3e26dc921c38..000000000000
--- a/drivers/nvme/host/Makefile
+++ b/drivers/nvme/host/Makefile
@@@ -1,5 -1,4 +1,5 @@@

obj-$(CONFIG_BLK_DEV_NVME) += nvme.o

-nvme-y += core.o pci.o scsi.o lightnvm.o
+lightnvm-$(CONFIG_NVM) := lightnvm.o
- nvme-y += pci.o scsi.o $(lightnvm-y)
++nvme-y += core.o pci.o scsi.o $(lightnvm-y)


\
 
 \ /
  Last update: 2015-12-07 05:41    [W:0.036 / U:5.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site