Quoting Zong Li (2022-03-04 02:03:20) > This patch is prerequisite for moving SoCs C files into SoCs header > files. Currently, fu540-prci.c and fu740-prci.c use same names for > several macro definitions and variables, it would cause redefinition > error when we trying to include all stuff in sifive-prci.c. In this > patch, we also remove the temporary macro definitions which are > added by previous patch. > > Signed-off-by: Zong Li <zong.li@xxxxxxxxxx> > Acked-by: Palmer Dabbelt <palmer@xxxxxxxxxxxx> > --- Applied to clk-next