mmc: meson-mx-sdhc: Drop unused MESON_SDHC_NUM_BUILTIN_CLKS macro
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 19 Dec 2021 15:34:42 +0000 (16:34 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 20 Dec 2021 10:19:01 +0000 (11:19 +0100)
Remove MESON_SDHC_NUM_BUILTIN_CLKS because it is not used anywhere in
the driver.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20211219153442.463863-3-martin.blumenstingl@googlemail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/meson-mx-sdhc-clkc.c

index e1f29b2791235178d665b24547896d6bacd57c47..19200b7079a68b0ea75bec9684a0cee3b375d21e 100644 (file)
@@ -12,8 +12,6 @@
 
 #include "meson-mx-sdhc.h"
 
-#define MESON_SDHC_NUM_BUILTIN_CLKS    6
-
 struct meson_mx_sdhc_clkc {
        struct clk_mux                  src_sel;
        struct clk_divider              div;