public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: adc: ad7476: Remove duplicate include
@ 2026-01-07  8:29 Chen Ni
  2026-01-07 15:29 ` Andy Shevchenko
  2026-01-08  6:06 ` Matti Vaittinen
  0 siblings, 2 replies; 4+ messages in thread
From: Chen Ni @ 2026-01-07  8:29 UTC (permalink / raw)
  To: lars, Michael.Hennerich, mazziesaccount, jic23, dlechner, nuno.sa,
	andy
  Cc: linux-iio, linux-kernel, Chen Ni

Remove duplicate inclusion of linux/bitops.h.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
 drivers/iio/adc/ad7476.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/adc/ad7476.c b/drivers/iio/adc/ad7476.c
index 1bec6657394c..21d3f6aae972 100644
--- a/drivers/iio/adc/ad7476.c
+++ b/drivers/iio/adc/ad7476.c
@@ -16,7 +16,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/err.h>
 #include <linux/module.h>
-#include <linux/bitops.h>
 #include <linux/delay.h>
 
 #include <linux/iio/iio.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-01-11 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07  8:29 [PATCH] iio: adc: ad7476: Remove duplicate include Chen Ni
2026-01-07 15:29 ` Andy Shevchenko
2026-01-08  6:06 ` Matti Vaittinen
2026-01-11 13:16   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox