Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1245052

Re: [PATCH v2] nvme: fix 32-bit build warning

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2] nvme: fix 32-bit build warning
Date 2015-10-12 21:20 +0200
Message-ID <qiQNB-8hD-45@gated-at.bofh.it> (permalink)
References <qgHbJ-dA-27@gated-at.bofh.it> <qiQDU-85Y-23@gated-at.bofh.it> <qiQNA-8hD-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Monday 12 October 2015 13:10:17 Jens Axboe wrote:
> On 10/12/2015 01:03 PM, Christoph Hellwig wrote:
> > Looks good,
> >
> > Reviewed-by: Christoph Hellwig <hch@lst.de>
> >
> > Note that we're moved the nvme driver to a new directory in the
> > block tree, but I can rebase it for you if you want.
> 
> I man handled it on both branches, so we should be good.

Thanks! I already saw the move, and it caused another build error
when CONFIG_BLOCK is disabled. Do you have this one?

	Arnd

diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig
index 0089f78b4071..002a94abdbc4 100644
--- a/drivers/nvme/host/Kconfig
+++ b/drivers/nvme/host/Kconfig
@@ -1,6 +1,6 @@
 config BLK_DEV_NVME
 	tristate "NVM Express block device"
-	depends on PCI
+	depends on PCI && BLOCK
 	---help---
 	  The NVM Express driver is for solid state drives directly
 	  connected to the PCI or PCI Express bus.  If you know you

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] nvme: fix 32-bit build warning Arnd Bergmann <arnd@arndb.de> - 2015-10-06 22:40 +0200
  Re: [PATCH] nvme: fix 32-bit build warning Christoph Hellwig <hch@infradead.org> - 2015-10-09 16:50 +0200
    [PATCH v2] nvme: fix 32-bit build warning Arnd Bergmann <arnd@arndb.de> - 2015-10-09 21:00 +0200
      Re: [PATCH v2] nvme: fix 32-bit build warning Christoph Hellwig <hch@lst.de> - 2015-10-12 21:10 +0200
        Re: [PATCH v2] nvme: fix 32-bit build warning Jens Axboe <axboe@fb.com> - 2015-10-12 21:20 +0200
          Re: [PATCH v2] nvme: fix 32-bit build warning Arnd Bergmann <arnd@arndb.de> - 2015-10-12 21:20 +0200
            Re: [PATCH v2] nvme: fix 32-bit build warning Jens Axboe <axboe@fb.com> - 2015-10-12 21:30 +0200
    Re: [PATCH] nvme: fix 32-bit build warning Arnd Bergmann <arnd@arndb.de> - 2015-10-09 21:00 +0200

csiph-web