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: dac: ds4424: sort headers alphabetically

Sort the header inclusions alphabetically. This improves readability and
simplifies adding new includes in the future.

Group subsystem-specific headers (linux/iio/*) separately at the end
to clarify subsystem context.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Oleksij Rempel and committed by
Jonathan Cameron
809b578b c071adeb

+5 -4
+5 -4
drivers/iio/dac/ds4424.c
··· 6 6 */ 7 7 8 8 #include <linux/bits.h> 9 + #include <linux/delay.h> 10 + #include <linux/err.h> 11 + #include <linux/i2c.h> 9 12 #include <linux/kernel.h> 10 13 #include <linux/module.h> 11 - #include <linux/i2c.h> 12 14 #include <linux/regulator/consumer.h> 13 - #include <linux/err.h> 14 - #include <linux/delay.h> 15 - #include <linux/iio/iio.h> 15 + 16 16 #include <linux/iio/driver.h> 17 + #include <linux/iio/iio.h> 17 18 #include <linux/iio/machine.h> 18 19 19 20 #define DS4422_MAX_DAC_CHANNELS 2