All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] IIO: Drop some unneeded export.h includes
@ 2025-06-09  7:06 Jonathan Cameron
  2025-06-09  7:06 ` [PATCH 1/2] iio: potentiometer: Drop unused " Jonathan Cameron
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jonathan Cameron @ 2025-06-09  7:06 UTC (permalink / raw)
  To: linux-iio, David Lechner, Nuno Sá, Andy Shevchenko; +Cc: Jonathan Cameron

From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

7d95680d64ac8 ("scripts/misc-check: check unnecessary #include <linux/export.h> when W=1")
brings some new warnings about including export.h where it isn't used.

There are similar warnings where it is missing and should be present but more
of those than I'm going to resolve this morning.

Jonathan


Jonathan Cameron (2):
  iio: potentiometer: Drop unused export.h includes
  iio: dummy: drop unused export.h include.

 drivers/iio/dummy/iio_simple_dummy_buffer.c | 1 -
 drivers/iio/potentiometer/ds1803.c          | 1 -
 drivers/iio/potentiometer/mcp4131.c         | 1 -
 3 files changed, 3 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-06-11 17:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09  7:06 [PATCH 0/2] IIO: Drop some unneeded export.h includes Jonathan Cameron
2025-06-09  7:06 ` [PATCH 1/2] iio: potentiometer: Drop unused " Jonathan Cameron
2025-06-09  9:28   ` Andy Shevchenko
2025-06-11 16:32     ` Jonathan Cameron
2025-06-09  7:06 ` [PATCH 2/2] iio: dummy: Drop unused export.h include Jonathan Cameron
2025-06-09  9:27   ` Andy Shevchenko
2025-06-09  9:39     ` Jonathan Cameron
2025-06-11 16:32       ` Jonathan Cameron
2025-06-11 17:48         ` Andy Shevchenko
2025-06-09  7:18 ` [PATCH 0/2] IIO: Drop some unneeded export.h includes Nuno Sá

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.