On Fri, Mar 11, 2022 at 4:01 PM Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> wrote: > > Commit 3edb65f4e8fd ("nds32: Remove the architecture") removes the config > ATCPIT100_TIMER and its corresponding source file timer-atcpit100.c, but it > misses to remove the corresponding line in the clocksource Makefile. > > So, remove this left-over of this driver removal in the Makefile now. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > --- > Arnd, please pick this minor clean-up to your nds32 architecture removal. Thanks for catching this! I had actually fixed it up locally after noticiing the same thing, but failed to push my updated commit because it required a force-push. I have now pushed my earlier branch, which also contains an updated changelog text. Arnd