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 <andriy.shevchenko@linux.intel.com> Acked-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Link: https://lore.kernel.org/r/20230110140806.87432-6-andriy.shevchenko@linux.intel.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 9bb1e18 commit 303eac6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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 <a.zummo@towertech.it>.
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)