On Sat, Mar 11, 2023 at 05:07:15PM +0800, Hal Feng wrote: > From: Emil Renner Berthing > > Rename clk-starfive-jh7100.h to clk-starfive-jh71x0.h for making > the code to be common. > > Tested-by: Tommaso Merciai > Reviewed-by: Conor Dooley > Signed-off-by: Emil Renner Berthing > Signed-off-by: Hal Feng > --- > .../clk/starfive/{clk-starfive-jh7100.h => clk-starfive-jh71x0.h} | 0 So this patch has broken the build :( https://patchwork.kernel.org/project/linux-riscv/patch/20230311090733.56918-4-hal.feng@starfivetech.com/ I would imagine it is because you can't rename the header without also changing the users of the header. Cheers, Conor.