Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: adc: ti-adc128s052: Sort headers

Sort the headers in alphabetic order in order to ease
the maintenance for this part.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230102173450.29882-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
4b570fe0 c87d5e94

+3 -3
+3 -3
drivers/iio/adc/ti-adc128s052.c
··· 10 10 */ 11 11 12 12 #include <linux/err.h> 13 - #include <linux/spi/spi.h> 14 - #include <linux/module.h> 15 - #include <linux/mod_devicetable.h> 16 13 #include <linux/iio/iio.h> 14 + #include <linux/mod_devicetable.h> 15 + #include <linux/module.h> 17 16 #include <linux/property.h> 18 17 #include <linux/regulator/consumer.h> 18 + #include <linux/spi/spi.h> 19 19 20 20 struct adc128_configuration { 21 21 const struct iio_chan_spec *channels;