]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: stm32mp1: remove unused dfsdm_src[] const
authorGabriel Fernandez <gabriel.fernandez@st.com>
Fri, 6 Apr 2018 06:39:29 +0000 (08:39 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 6 Apr 2018 20:42:45 +0000 (13:42 -0700)
This patch remove unused constant.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-stm32mp1.c

index 62f172c122dbdbd5ae0e5834d0768ca807dc14fa..9a67b1ca327c358bb1b31eaa085fcd0964d2a9bb 100644 (file)
@@ -224,10 +224,6 @@ static const char * const usart6_src[] = {
        "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"
 };