Commit fbd5e1f3 authored by Martí Bolívar's avatar Martí Bolívar Committed by Christopher Friedt
Browse files

drivers: clock_control_litex: remove MMCM_NAME



This now unused and unnecessary.

Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent 77bda7f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <zephyr/types.h>

#define MMCM			DT_NODELABEL(clock0)
#define MMCM_NAME		DT_PROP(DT_NODELABEL(clock0), label)
#define NCLKOUT			DT_PROP_LEN(MMCM, clock_output_names)

/**