Linux PCI subsystem development
 help / color / mirror / Atom feed
* [PATCH] PCI/MSI: clean up duplicate dependency in config PCI_HYPERV_INTERFACE
@ 2022-12-15 10:13 Lukas Bulwahn
  2023-02-16 23:25 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2022-12-15 10:13 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Rob Herring, Krzysztof Wilczyński,
	Bjorn Helgaas, Thomas Gleixner, linux-pci
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit a474d3fbe287 ("PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN") removes the
config PCI_MSI_IRQ_DOMAIN and makes all previous references to that config
then refer to PCI_MSI instead.

In the refactoring of config PCI_HYPERV_INTERFACE, it creates a duplicate
dependency on PCI_MSI. Remove this needless duplicate dependency.

No functional change. Just a stylistic clean-up.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 drivers/pci/controller/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig
index 1569d9a3ada0..c2261da85f7b 100644
--- a/drivers/pci/controller/Kconfig
+++ b/drivers/pci/controller/Kconfig
@@ -285,7 +285,7 @@ config PCIE_BRCMSTB
 
 config PCI_HYPERV_INTERFACE
 	tristate "Hyper-V PCI Interface"
-	depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI && PCI_MSI
+	depends on ((X86 && X86_64) || ARM64) && HYPERV && PCI_MSI
 	help
 	  The Hyper-V PCI Interface is a helper driver allows other drivers to
 	  have a common interface with the Hyper-V PCI frontend driver.
-- 
2.17.1


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

end of thread, other threads:[~2023-02-16 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-15 10:13 [PATCH] PCI/MSI: clean up duplicate dependency in config PCI_HYPERV_INTERFACE Lukas Bulwahn
2023-02-16 23:25 ` Bjorn Helgaas

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