[PATCH 13/14] iio: temperature: tsys02d: reorder headers

From: Joshua Crofts

Date: Sat Aug 22 2026 - 04:09:37 EST


Sort the headers alphabetically and group the IIO specific headers
separately.

No functional change.

Signed-off-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
---
drivers/iio/temperature/tsys02d.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/temperature/tsys02d.c b/drivers/iio/temperature/tsys02d.c
index 3ef72347456e..377e27b45fdd 100644
--- a/drivers/iio/temperature/tsys02d.c
+++ b/drivers/iio/temperature/tsys02d.c
@@ -10,11 +10,12 @@
* http://www.meas-spec.com/downloads/Digital_Sensor_TSYS02D.pdf
*/

-#include <linux/init.h>
#include <linux/device.h>
+#include <linux/init.h>
#include <linux/kernel.h>
-#include <linux/stat.h>
#include <linux/module.h>
+#include <linux/stat.h>
+
#include <linux/iio/iio.h>
#include <linux/iio/sysfs.h>


--
2.55.0