Re: [PATCH] iio: adc: ad7476: Remove duplicate include
From: Andy Shevchenko
Date: Wed Jan 07 2026 - 10:29:16 EST
On Wed, Jan 07, 2026 at 04:29:20PM +0800, Chen Ni wrote:
> Remove duplicate inclusion of linux/bitops.h.
...
> --- a/drivers/iio/adc/ad7476.c
> +++ b/drivers/iio/adc/ad7476.c
> #include <linux/gpio/consumer.h>
> #include <linux/err.h>
> #include <linux/module.h>
> -#include <linux/bitops.h>
> #include <linux/delay.h>
Can you actually sort the headers alphabetically so this will be visible change
(in terms of the context)?
--
With Best Regards,
Andy Shevchenko