mmc: meson-mx-sdhc: Drop unused MESON_SDHC_NUM_BUILTIN_CLKS macro

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>
This commit is contained in:
Martin Blumenstingl 2021-12-19 16:34:42 +01:00 committed by Ulf Hansson
parent 3c5b742f55
commit 077d8e1227
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
#include "meson-mx-sdhc.h" #include "meson-mx-sdhc.h"
#define MESON_SDHC_NUM_BUILTIN_CLKS 6
struct meson_mx_sdhc_clkc { struct meson_mx_sdhc_clkc {
struct clk_mux src_sel; struct clk_mux src_sel;
struct clk_divider div; struct clk_divider div;