All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: remove duplicated COMMON_CLK_NXP record from clk/Kconfig
@ 2016-01-07  3:07 Vladimir Zapolskiy
  2016-01-11 11:33 ` Vladimir Zapolskiy
  2016-01-14  2:10 ` Michael Turquette
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Zapolskiy @ 2016-01-07  3:07 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: Joachim Eastwood, linux-clk

Presumably the second COMMON_CLK_NXP config option in
drivers/clk/Kconfig appeared after a merge conflict resolution, remove
the wrong record of two.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
Hi Mike, Stephen,

I've found this issue in clk-next while working on something else,
please consider to include this change to clk-next, no objections if
it is squashed with f7c82a60ba2 ("clk: lpc32xx: add common clock
framework driver").

In fact it is a revert of 8a896310a7e ("clk: lpc18xx: add NXP specific
COMMON_CLK_NXP configuration symbol"), but this preparatory change is
good as is.

The original change doesn't have this kind of a problem (see
http://www.spinics.net/lists/devicetree/msg105709.html), so I
believe it is caused by a merge conflict, probably after done
alphabetical sorting.

 drivers/clk/Kconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
index 41f6c7f..eca8e01 100644
--- a/drivers/clk/Kconfig
+++ b/drivers/clk/Kconfig
@@ -187,11 +187,6 @@ config COMMON_CLK_PWM
 	  Adapter driver so that any PWM output can be (mis)used as clock signal
 	  at 50% duty cycle.
 
-config COMMON_CLK_NXP
-	def_bool COMMON_CLK && ARCH_LPC18XX
-	---help---
-	  Support for clock providers on NXP platforms.
-
 config COMMON_CLK_PXA
 	def_bool COMMON_CLK && ARCH_PXA
 	---help---
-- 
2.1.4

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

end of thread, other threads:[~2016-01-14  2:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07  3:07 [PATCH] clk: remove duplicated COMMON_CLK_NXP record from clk/Kconfig Vladimir Zapolskiy
2016-01-11 11:33 ` Vladimir Zapolskiy
2016-01-14  2:10 ` Michael Turquette

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.