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: light: vcnl4000: sort includes by their name

Sort include headers by file name for better readability.

Reviewed-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Erikas Bitovtas <xerikasxx@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Erikas Bitovtas and committed by
Jonathan Cameron
7e1d6b37 d6747525

+4 -4
+4 -4
drivers/iio/light/vcnl4000.c
··· 18 18 */ 19 19 20 20 #include <linux/bitfield.h> 21 - #include <linux/module.h> 22 - #include <linux/i2c.h> 23 - #include <linux/err.h> 24 21 #include <linux/delay.h> 25 - #include <linux/pm_runtime.h> 22 + #include <linux/err.h> 23 + #include <linux/i2c.h> 26 24 #include <linux/interrupt.h> 25 + #include <linux/module.h> 26 + #include <linux/pm_runtime.h> 27 27 #include <linux/units.h> 28 28 29 29 #include <linux/iio/buffer.h>