public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy
@ 2012-04-11 18:34 Greg KH
  2012-04-11 19:57 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Greg KH @ 2012-04-11 18:34 UTC (permalink / raw)
  To: Sam Bradshaw, Asai Thambi S P, Jens Axboe; +Cc: linux-kernel

This removes the HOTPLUG_PCI_PCIE dependency on the driver and makes it
depend on PCI.

Cc: Sam Bradshaw <sbradshaw@micron.com>
Cc: Asai Thambi S P <asamymuthupa@micron.com>
Cc: Jens Axboe <jaxboe@fusionio.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
Note, the driver builds just fine without this dependency, and I have a
system that does not have HOTPLUG PCIE, yet it has PCIE slots, which
should be all that is required for this driver.

What am I missing that required this dependency in the first place?

diff --git a/drivers/block/mtip32xx/Kconfig b/drivers/block/mtip32xx/Kconfig
index b5dd14e..0ba837f 100644
--- a/drivers/block/mtip32xx/Kconfig
+++ b/drivers/block/mtip32xx/Kconfig
@@ -4,6 +4,6 @@
 
 config BLK_DEV_PCIESSD_MTIP32XX
 	tristate "Block Device Driver for Micron PCIe SSDs"
-	depends on HOTPLUG_PCI_PCIE
+	depends on PCI
 	help
           This enables the block driver for Micron PCIe SSDs.

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-04-12  7:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11 18:34 [PATCH] block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy Greg KH
2012-04-11 19:57 ` Jens Axboe
2012-04-11 20:33   ` Asai Thambi S P
2012-04-11 20:38     ` Jens Axboe
2012-04-12  0:46       ` Asai Thambi S P
2012-04-12  7:38         ` Jens Axboe
2012-04-11 20:40     ` Greg KH
2012-04-11 22:22       ` Asai Thambi S P
2012-04-11 22:37         ` Greg KH
2012-04-12  0:32           ` Asai Thambi S P
2012-04-12  0:36             ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox