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:
parent
3c5b742f55
commit
077d8e1227
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue