On Thu, Mar 31, 2022 at 10:29 AM Qin Jian <qinjian@xxxxxxxxxxx> wrote: > + > +#include <linux/io.h> > +#include <linux/init.h> > +#include <linux/mod_devicetable.h> > +#include <linux/platform_device.h> > +#include <linux/reset-controller.h> > +#include <linux/reboot.h> > + As commented on the binding header -- it looks again like you are not actually relying on the header here, so it's almost certainly not needed. Arnd