]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: light: stk3310: Update includes to match IWYU
authorRafael G. Dias <rafael.guimaraes.dias@usp.br>
Tue, 28 Apr 2026 16:13:39 +0000 (13:13 -0300)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 09:59:33 +0000 (10:59 +0100)
commit9cba9d97ac7453ce4f0d589fdc05f5e1abfd6eb5
tree1fd83e605709934c48ce59dc92b14fb9f0925b25
parent31b9486cd91e5d1054d508166ed5e5ae38c38198
iio: light: stk3310: Update includes to match IWYU

Clean up the included headers in stk3310.c according to the
Include-What-You-Use (IWYU) tool. Remove the generic <linux/kernel.h>
header and add explicit dependencies to improve compilation accuracy.

Co-developed-by: Felipe Khoury Dayoub <felipedayoub@usp.br>
Signed-off-by: Felipe Khoury Dayoub <felipedayoub@usp.br>
Signed-off-by: Rafael G. Dias <rafael.guimaraes.dias@usp.br>
Reviewed-by: Joshua Crofts <joshua.crofts1@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/light/stk3310.c