summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRodrigo Alencar <rodrigo.alencar@analog.com>2026-02-16 20:10:47 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2026-02-24 00:00:57 +0300
commit5593bddbf9dd5d94ba6547cc01cb894825c2fac5 (patch)
tree5f51ba2675233f44f4e8add96e9e557f9c9017b8 /include
parent3cfbb50d1414a1e40c03a595eae56b6b3ffe2691 (diff)
downloadlinux-5593bddbf9dd5d94ba6547cc01cb894825c2fac5.tar.xz
iio: amplifiers: ad8366: refactor include headers
Apply IWYU principle, removing the following headers: - linux/device.h: no usage of devm_add_action_or_reset, device_attr... - linux/kernel.h: no usage of container_of, kasprintf, ... - linux/slab.h: memory management handled by iio - linux/sysfs.h: sysfs interaction is managed by iio - linux/iio/sysfs.h: not using iio device attributes in this driver Adding the following missing headers: + linux/array_size.h: for ARRAY_SIZE + linux/bits.h: for BIT + linux/dev_printk.h: for dev_err + linux/math.h: for abs + linux/mutex.h: for mutex_lock, mutex_unlock + linux/mod_devicetable.h: for spi_device_id + linux/types.h for NULL, __aligned Additionally, those include directives are alphabetically sorted. Signed-off-by: Rodrigo Alencar <rodrigo.alencar@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions