All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: renesas: cpg-mssr: Adjust r8a77980 ifdef
@ 2018-03-20  7:40 Magnus Damm
  2018-03-20 19:04 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Magnus Damm @ 2018-03-20  7:40 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: robh, geert+renesas, sergei.shtylyov, vladimir.barinov,
	horms+renesas, Magnus Damm

From: Magnus Damm <damm+renesas@opensource.se>

Adjust the R8A77980-specific #ifdefs to use CLK instead of ARCH
to follow same style as other SoCs.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Noticed in renesas-drivers-2018-03-13-v4.16-rc5
 
 drivers/clk/renesas/renesas-cpg-mssr.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 0001/drivers/clk/renesas/renesas-cpg-mssr.c
+++ work/drivers/clk/renesas/renesas-cpg-mssr.c	2018-03-20 11:57:19.320607110 +0900
@@ -705,7 +705,7 @@ static const struct of_device_id cpg_mss
 		.data = &r8a77970_cpg_mssr_info,
 	},
 #endif
-#ifdef CONFIG_ARCH_R8A77980
+#ifdef CONFIG_CLK_R8A77980
 	{
 		.compatible = "renesas,r8a77980-cpg-mssr",
 		.data = &r8a77980_cpg_mssr_info,

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

end of thread, other threads:[~2018-03-21  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-20  7:40 [PATCH] clk: renesas: cpg-mssr: Adjust r8a77980 ifdef Magnus Damm
2018-03-20 19:04 ` Sergei Shtylyov
2018-03-21  9:55   ` Geert Uytterhoeven

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.