Re: [PATCH v12 3/9] reset: Add Sunplus SP7021 reset driver

From: Arnd Bergmann
Date: Thu Mar 31 2022 - 05:35:29 EST


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