From 842059013e9a550dd9af51a5eb6ead4049caa19d Mon Sep 17 00:00:00 2001 From: Miao Li Date: Thu, 4 Jun 2026 15:00:53 +0800 Subject: [PATCH] iio: accel: stk8312: Update includes to match IWYU 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. Signed-off-by: Miao Li Reviewed-by: Andy Shevchenko Signed-off-by: Jonathan Cameron --- drivers/iio/accel/stk8312.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/iio/accel/stk8312.c b/drivers/iio/accel/stk8312.c index 8b5a3e0489e9..ad4d11337f4b 100644 --- a/drivers/iio/accel/stk8312.c +++ b/drivers/iio/accel/stk8312.c @@ -7,12 +7,20 @@ * IIO driver for STK8312; 7-bit I2C address: 0x3D. */ +#include +#include +#include +#include +#include #include #include -#include #include -#include +#include +#include +#include +#include #include + #include #include #include