Re: [PATCH] iio: accel: stk8312: Update includes to match IWYU

From: Jonathan Cameron

Date: Wed Jun 03 2026 - 06:56:56 EST


On Wed, 3 Jun 2026 08:53:24 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:

> On Wed, Jun 03, 2026 at 09:47:54AM +0800, Miao Li wrote:
>
> > Update the list of included headers in stk8312.c using
> > Include-What-You-Use (IWYU) tool, mainly to remove kernel.h
> > and add missing headers such as array_size.h, bits.h,
> > dev_printk.h, etc.
>
> Same comments as per your other patch.
>

Main take away here is if you are sending a new type of change,
test the waters (and get initial feedback) on that change applied
to a single driver. That way you don't waste your time or that
of reviewers on common problems.

Thanks,

Jonathan