linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: gabriel.fernandez@st.com (gabriel.fernandez at st.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/6] clk: stm32mp1: remove unused dfsdm_src[] const
Date: Fri, 6 Apr 2018 08:39:29 +0200	[thread overview]
Message-ID: <1522996773-24129-3-git-send-email-gabriel.fernandez@st.com> (raw)
In-Reply-To: <1522996773-24129-1-git-send-email-gabriel.fernandez@st.com>

From: Gabriel Fernandez <gabriel.fernandez@st.com>

This patch remove unused constant.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
---
 drivers/clk/clk-stm32mp1.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/clk/clk-stm32mp1.c b/drivers/clk/clk-stm32mp1.c
index 62f172c..9a67b1c 100644
--- a/drivers/clk/clk-stm32mp1.c
+++ b/drivers/clk/clk-stm32mp1.c
@@ -224,10 +224,6 @@
 	"pclk2", "pll4_q", "ck_hsi", "ck_csi", "ck_hse"
 };
 
-static const char * const dfsdm_src[] = {
-	"pclk2", "ck_mcu"
-};
-
 static const char * const fdcan_src[] = {
 	"ck_hse", "pll3_q", "pll4_q"
 };
-- 
1.9.1

  parent reply	other threads:[~2018-04-06  6:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-06  6:39 [PATCH 0/6] stm32mp1 clock update gabriel.fernandez at st.com
2018-04-06  6:39 ` [PATCH 1/6] clk: stm32mp1: add missing static gabriel.fernandez at st.com
2018-04-06 20:44   ` Stephen Boyd
2018-04-06  6:39 ` gabriel.fernandez at st.com [this message]
2018-04-06 20:44   ` [PATCH 2/6] clk: stm32mp1: remove unused dfsdm_src[] const Stephen Boyd
2018-04-06  6:39 ` [PATCH 3/6] clk: stm32mp1: fix SAI3 & SAI4 clocks gabriel.fernandez at st.com
2018-04-06 20:44   ` Stephen Boyd
2018-04-06  6:39 ` [PATCH 4/6] clk: stm32mp1: add missing tzc2 clock gabriel.fernandez at st.com
2018-04-06 20:44   ` Stephen Boyd
2018-04-06  6:39 ` [PATCH 5/6] clk: stm32mp1: set stgen_k clock as critical gabriel.fernandez at st.com
2018-04-06 20:44   ` Stephen Boyd
2018-04-06  6:39 ` [PATCH 6/6] clk: stm32mp1: remove ck_apb_dbg clock gabriel.fernandez at st.com
2018-04-06 20:44   ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522996773-24129-3-git-send-email-gabriel.fernandez@st.com \
    --to=gabriel.fernandez@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).