public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/arm/mach-mvebu/Kconfig: remove obsolete selects
@ 2015-04-28 16:02 Valentin Rothberg
  2015-04-28 16:41 ` Gregory CLEMENT
  0 siblings, 1 reply; 7+ messages in thread
From: Valentin Rothberg @ 2015-04-28 16:02 UTC (permalink / raw)
  To: jason, andrew, gregory.clement, sebastian.hesselbarth, linux,
	linux-kernel
  Cc: Valentin Rothberg

ARM_ERRATA_753970 is not defined in Kconfig, so that both selects turn
out to be nops.  Hence, we can safely remove them.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
---
I detected this issue with scripts/checkkconfigsymbols.py
---
 arch/arm/mach-mvebu/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 97473168d6b6..b9f1b63b169c 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -37,7 +37,6 @@ config MACH_ARMADA_370
 config MACH_ARMADA_375
 	bool "Marvell Armada 375 boards" if ARCH_MULTI_V7
 	select ARM_ERRATA_720789
-	select ARM_ERRATA_753970
 	select ARM_GIC
 	select ARMADA_375_CLK
 	select HAVE_ARM_SCU
@@ -52,7 +51,6 @@ config MACH_ARMADA_375
 config MACH_ARMADA_38X
 	bool "Marvell Armada 380/385 boards" if ARCH_MULTI_V7
 	select ARM_ERRATA_720789
-	select ARM_ERRATA_753970
 	select ARM_GIC
 	select ARMADA_38X_CLK
 	select HAVE_ARM_SCU
-- 
2.1.4


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

end of thread, other threads:[~2015-04-30 13:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 16:02 [PATCH] arch/arm/mach-mvebu/Kconfig: remove obsolete selects Valentin Rothberg
2015-04-28 16:41 ` Gregory CLEMENT
2015-04-28 16:49   ` Valentin Rothberg
2015-04-28 16:54   ` Russell King - ARM Linux
2015-04-28 17:07     ` Gregory CLEMENT
2015-04-30 13:44       ` Russell King - ARM Linux
2015-04-28 18:02     ` Paul Bolle

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