From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> A common practice in IIO drivers it to have the headers in alphabetical order with the exception of the more specific IIO headers which come in their own block at the end. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> --- drivers/staging/iio/accel/adis16203.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/staging/iio/accel/adis16203.c b/drivers/staging/iio/accel/adis16203.c index c0e4c9266b5f..dd02ceb00d40 100644 --- a/drivers/staging/iio/accel/adis16203.c +++ b/drivers/staging/iio/accel/adis16203.c @@ -6,14 +6,13 @@ */ #include <linux/device.h> - -#include <linux/iio/iio.h> -#include <linux/iio/imu/adis.h> - #include <linux/kernel.h> #include <linux/module.h> #include <linux/spi/spi.h> +#include <linux/iio/iio.h> +#include <linux/iio/imu/adis.h> + #define ADIS16203_STARTUP_DELAY 220 /* ms */ /* Flash memory write count */ -- 2.39.1