Skip to content

Commit 303eac6

Browse files
andy-shevalexandrebelloni
authored andcommitted
rtc: isl12022: sort header inclusion alphabetically
Sort header inclusion alphabetically for better maintenance. Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Rasmus Villemoes <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 9bb1e18 commit 303eac6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/rtc/rtc-isl12022.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
* by Alessandro Zummo <[email protected]>.
99
*/
1010

11-
#include <linux/i2c.h>
1211
#include <linux/bcd.h>
13-
#include <linux/rtc.h>
14-
#include <linux/slab.h>
15-
#include <linux/module.h>
1612
#include <linux/err.h>
17-
#include <linux/regmap.h>
1813
#include <linux/hwmon.h>
14+
#include <linux/i2c.h>
15+
#include <linux/module.h>
16+
#include <linux/regmap.h>
17+
#include <linux/rtc.h>
18+
#include <linux/slab.h>
1919

2020
#include <asm/byteorder.h>
2121

0 commit comments

Comments
 (0)