linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] clk: at91: drop unused at91sam9g45_pcr_layout
@ 2020-09-16 16:17 Krzysztof Kozlowski
  2020-09-16 16:17 ` [PATCH 2/6] clk: fixed: add missing kerneldoc Krzysztof Kozlowski
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2020-09-16 16:17 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Nicolas Ferre,
	Alexandre Belloni, Ludovic Desroches, David Lechner, Sekhar Nori,
	Heiko Stuebner, linux-clk, linux-arm-kernel, linux-kernel,
	linux-rockchip
  Cc: Krzysztof Kozlowski

The at91sam9g45_pcr_layout is not used so drop it to fix build warning:

  drivers/clk/at91/at91sam9g45.c:49:36: warning:
    'at91sam9g45_pcr_layout' defined but not used [-Wunused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 drivers/clk/at91/at91sam9g45.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/clk/at91/at91sam9g45.c b/drivers/clk/at91/at91sam9g45.c
index c88ee20bee31..cb4a406ed15d 100644
--- a/drivers/clk/at91/at91sam9g45.c
+++ b/drivers/clk/at91/at91sam9g45.c
@@ -46,13 +46,6 @@ static const struct {
 	{ .n = "pck1",  .p = "prog1",    .id = 9 },
 };
 
-static const struct clk_pcr_layout at91sam9g45_pcr_layout = {
-	.offset = 0x10c,
-	.cmd = BIT(12),
-	.pid_mask = GENMASK(5, 0),
-	.div_mask = GENMASK(17, 16),
-};
-
 struct pck {
 	char *n;
 	u8 id;
-- 
2.17.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

end of thread, other threads:[~2020-09-22 19:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 16:17 [PATCH 1/6] clk: at91: drop unused at91sam9g45_pcr_layout Krzysztof Kozlowski
2020-09-16 16:17 ` [PATCH 2/6] clk: fixed: add missing kerneldoc Krzysztof Kozlowski
2020-09-22 19:44   ` Stephen Boyd
2020-09-16 16:17 ` [PATCH 3/6] clk: davinci: " Krzysztof Kozlowski
2020-09-22 19:45   ` Stephen Boyd
2020-09-16 16:17 ` [PATCH 4/6] clk: mmp: pxa1928: drop unused 'clk' variable Krzysztof Kozlowski
2020-09-22 19:45   ` Stephen Boyd
2020-09-16 16:17 ` [PATCH 5/6] clk: si5341: drop unused 'err' variable Krzysztof Kozlowski
2020-09-22 19:45   ` Stephen Boyd
2020-09-16 16:17 ` [PATCH 6/6] clk: rockchip: rk3308: drop unused mux_timer_src_p Krzysztof Kozlowski
2020-09-22 12:37   ` Heiko Stübner
2020-09-22 19:44 ` [PATCH 1/6] clk: at91: drop unused at91sam9g45_pcr_layout Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).