summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Crofts <joshua.crofts1@gmail.com>2026-08-31 23:13:36 +0200
committerJonathan Cameron <jonathan.cameron@oss.qualcomm.com>2026-09-05 01:09:45 +0100
commit73eb05776c945ba9d6fa487ef7c3ddb8a4c8a901 (patch)
treed0481cc0b0debaf796d81297735cabb0b99f8cb0
parent052ee3d6102a175dceed281100591215efd2cb1c (diff)
downloadlinux-next-73eb05776c945ba9d6fa487ef7c3ddb8a4c8a901.tar.gz
linux-next-73eb05776c945ba9d6fa487ef7c3ddb8a4c8a901.zip
iio: temperature: tmp117: sort headers alphabetically
Sort the headers alphabetically to improve readability. No functional change. Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com> Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
-rw-r--r--drivers/iio/temperature/tmp117.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/iio/temperature/tmp117.c b/drivers/iio/temperature/tmp117.c
index 3d8c97aa0d99..f9295423e1e1 100644
--- a/drivers/iio/temperature/tmp117.c
+++ b/drivers/iio/temperature/tmp117.c
@@ -10,16 +10,16 @@
*/
#include <linux/array_size.h>
+#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/i2c.h>
-#include <linux/module.h>
-#include <linux/bitops.h>
-#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/limits.h>
+#include <linux/module.h>
#include <linux/property.h>
#include <linux/regulator/consumer.h>
+#include <linux/types.h>
#include <linux/iio/iio.h>