Acked-by: Crt Mori <cmo@xxxxxxxxxxx> On Sun, 7 May 2023 at 20:47, Marek Vasut <marex@xxxxxxx> wrote: > > Sort the headers alphabetically. No functional change. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > --- > Cc: Crt Mori <cmo@xxxxxxxxxxx> > Cc: Jonathan Cameron <jic23@xxxxxxxxxx> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx> > Cc: Lars-Peter Clausen <lars@xxxxxxxxxx> > Cc: Marek Vasut <marex@xxxxxxx> > Cc: Peter Meerwald <pmeerw@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-iio@xxxxxxxxxxxxxxx > --- > V2: New patch > --- > drivers/iio/temperature/mlx90614.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/iio/temperature/mlx90614.c b/drivers/iio/temperature/mlx90614.c > index 909fadb623491..bd92b24918253 100644 > --- a/drivers/iio/temperature/mlx90614.c > +++ b/drivers/iio/temperature/mlx90614.c > @@ -19,12 +19,12 @@ > * the "wakeup" GPIO is not given, power management will be disabled. > */ > > +#include <linux/delay.h> > #include <linux/err.h> > +#include <linux/gpio/consumer.h> > #include <linux/i2c.h> > -#include <linux/module.h> > -#include <linux/delay.h> > #include <linux/jiffies.h> > -#include <linux/gpio/consumer.h> > +#include <linux/module.h> > #include <linux/pm_runtime.h> > > #include <linux/iio/iio.h> > -- > 2.39.2 >