Re: [PATCH v2] iio: accel: stk8312: Update includes to match IWYU
From: Jonathan Cameron
Date: Sun Jun 14 2026 - 15:30:44 EST
On Thu, 4 Jun 2026 11:53:44 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Thu, Jun 04, 2026 at 03:00:53PM +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.
>
> > Meanwhile, sort these headers in alphabetical order.
>
> Usually we do sort in a separate change, but here it's just about a single
> unordered item, so I believe it's completely fine to combine (in _this_ case).
>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>
>
Applied.
Thanks,
Jonathan