drivers: clock_control_litex: remove MMCM_NAME

This now unused and unnecessary.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-06-10 11:53:30 -07:00 committed by Christopher Friedt
commit fbd5e1f316

View file

@ -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)
/**