All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: no need to select ARCH_SUPPORTS_MSI
@ 2014-02-08 21:46 Paul Bolle
  0 siblings, 0 replies; only message in thread
From: Paul Bolle @ 2014-02-08 21:46 UTC (permalink / raw
  To: Ralf Baechle; +Cc: Jayachandran C, John Crispin, linux-mips, linux-kernel

Commit c24a8a7a9988 ("MIPS: Netlogic: Add MSI support for XLP") added
"select ARCH_SUPPORTS_MSI". But the Kconfig symbol ARCH_SUPPORTS_MSI was
already removed in v3.12, so that select is a nop. Drop it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested.

It was commit ebd97be635bf ("PCI: remove ARCH_SUPPORTS_MSI kconfig
option") that removed this Kconfig symbol.

 arch/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index dcae3a7..b3bf596 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -782,7 +782,6 @@ config NLM_XLP_BOARD
 	select CEVT_R4K
 	select CSRC_R4K
 	select IRQ_CPU
-	select ARCH_SUPPORTS_MSI
 	select ZONE_DMA32 if 64BIT
 	select SYNC_R4K
 	select SYS_HAS_EARLY_PRINTK
-- 
1.8.5.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-08 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 21:46 [PATCH] MIPS: no need to select ARCH_SUPPORTS_MSI Paul Bolle

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.