Skip to content

Commit 31b9486

Browse files
Rafael G. Diasjic23
authored andcommitted
iio: light: stk3310: Sort headers alphabetically
Sort the included headers alphabetically and group the <linux/iio/*> headers separately from the generic <linux/*> headers. 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>
1 parent 5b382bf commit 31b9486

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/iio/light/stk3310.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
#include <linux/i2c.h>
1111
#include <linux/interrupt.h>
1212
#include <linux/kernel.h>
13-
#include <linux/module.h>
1413
#include <linux/mod_devicetable.h>
14+
#include <linux/module.h>
1515
#include <linux/regmap.h>
16+
1617
#include <linux/iio/events.h>
1718
#include <linux/iio/iio.h>
1819
#include <linux/iio/sysfs.h>

0 commit comments

Comments
 (0)