All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentin Rothberg <vrothberg@suse.com>
To: keith.busch@intel.com, axboe@fb.com, hch@lst.de
Cc: linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org,
	Valentin Rothberg <vrothberg@suse.com>
Subject: [PATCH] nvme: Makefile: remove dead build rule
Date: Thu, 29 Jun 2017 08:59:07 +0200	[thread overview]
Message-ID: <20170629065907.13132-1-vrothberg@suse.com> (raw)

Remove dead build rule for drivers/nvme/host/scsi.c which has been
removed by commit ("nvme: Remove SCSI translations").

Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
---
 drivers/nvme/host/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/nvme/host/Makefile b/drivers/nvme/host/Makefile
index f1a7d945fbb6..cc0aacb4c8b4 100644
--- a/drivers/nvme/host/Makefile
+++ b/drivers/nvme/host/Makefile
@@ -5,7 +5,6 @@ obj-$(CONFIG_NVME_RDMA)			+= nvme-rdma.o
 obj-$(CONFIG_NVME_FC)			+= nvme-fc.o
 
 nvme-core-y				:= core.o
-nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI)	+= scsi.o
 nvme-core-$(CONFIG_NVM)			+= lightnvm.o
 
 nvme-y					+= pci.o
-- 
2.12.3

WARNING: multiple messages have this Message-ID (diff)
From: vrothberg@suse.com (Valentin Rothberg)
Subject: [PATCH] nvme: Makefile: remove dead build rule
Date: Thu, 29 Jun 2017 08:59:07 +0200	[thread overview]
Message-ID: <20170629065907.13132-1-vrothberg@suse.com> (raw)

Remove dead build rule for drivers/nvme/host/scsi.c which has been
removed by commit ("nvme: Remove SCSI translations").

Signed-off-by: Valentin Rothberg <vrothberg at suse.com>
---
 drivers/nvme/host/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/nvme/host/Makefile b/drivers/nvme/host/Makefile
index f1a7d945fbb6..cc0aacb4c8b4 100644
--- a/drivers/nvme/host/Makefile
+++ b/drivers/nvme/host/Makefile
@@ -5,7 +5,6 @@ obj-$(CONFIG_NVME_RDMA)			+= nvme-rdma.o
 obj-$(CONFIG_NVME_FC)			+= nvme-fc.o
 
 nvme-core-y				:= core.o
-nvme-core-$(CONFIG_BLK_DEV_NVME_SCSI)	+= scsi.o
 nvme-core-$(CONFIG_NVM)			+= lightnvm.o
 
 nvme-y					+= pci.o
-- 
2.12.3

             reply	other threads:[~2017-06-29  6:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29  6:59 Valentin Rothberg [this message]
2017-06-29  6:59 ` [PATCH] nvme: Makefile: remove dead build rule Valentin Rothberg
2017-06-29  8:33 ` Johannes Thumshirn
2017-06-29  8:33   ` Johannes Thumshirn
2017-06-29 14:37 ` Christoph Hellwig
2017-06-29 14:37   ` Christoph Hellwig
2017-06-29 14:57 ` Keith Busch
2017-06-29 14:57   ` Keith Busch
2017-06-29 15:43 ` Jens Axboe
2017-06-29 15:43   ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170629065907.13132-1-vrothberg@suse.com \
    --to=vrothberg@suse.com \
    --cc=axboe@fb.com \
    --cc=hch@lst.de \
    --cc=keith.busch@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.