projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac997a
)
iio: mlx90614: Sort headers
author
Marek Vasut
<marex@denx.de>
Wed, 10 May 2023 10:22:47 +0000
(12:22 +0200)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Tue, 23 May 2023 20:20:16 +0000
(21:20 +0100)
Sort the headers alphabetically. No functional change.
Acked-by: Crt Mori <cmo@melexis.com>
Signed-off-by: Marek Vasut <marex@denx.de>
Link:
https://lore.kernel.org/r/20230510102251.10118-2-marex@denx.de
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/temperature/mlx90614.c
patch
|
blob
|
history
diff --git
a/drivers/iio/temperature/mlx90614.c
b/drivers/iio/temperature/mlx90614.c
index 6a1531669b343c895107a123ff99b08c34f9262d..31e308aad558fd9fea7bf64a9ff3aa249b0e3aea 100644
(file)
--- 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>