[PATCH 01/14] iio: temperature: iqs620at-temp: separate IIO header from others

Joshua Crofts <[email protected]>
Newsgroups org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Separate the <linux/iio/iio.h> header from the other generic
<linux/*> headers to comply with the IIO style.

No functional change.

Signed-off-by: Joshua Crofts <[email protected]>
---
 drivers/iio/temperature/iqs620at-temp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/iio/temperature/iqs620at-temp.c b/drivers/iio/temperature/iqs620at-temp.c
index e2f878d57af7..24b4d50740f3 100644
--- a/drivers/iio/temperature/iqs620at-temp.c
+++ b/drivers/iio/temperature/iqs620at-temp.c
@@ -6,13 +6,14 @@
  */
 
 #include <linux/device.h>
-#include <linux/iio/iio.h>
 #include <linux/kernel.h>
 #include <linux/mfd/iqs62x.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 
+#include <linux/iio/iio.h>
+
 #define IQS620_TEMP_UI_OUT			0x1A
 
 #define IQS620_TEMP_SCALE			1000

-- 
2.55.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.