On Tue, Jun 1, 2021 at 3:23 PM Russell King (Oracle) <linux@xxxxxxxxxxxxxxx> wrote: > > */ > > > > +#include <linux/clkdev.h> > > #include <linux/kernel.h> > > #include <linux/init.h> > > #include <linux/types.h> > > @@ -14,6 +15,7 @@ > > #include <linux/io.h> > > #include <linux/err.h> > > #include <linux/clk.h> > > +#include <linux/clkdev.h> > > Did you mean to include this twice? > I thought I had fixed that earlier, but apparently edited the wrong patch. Thanks for finding it, fixed now. Arnd