Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: ds1307: Sort the headers

It is always a good practice to keep the #includes sorted

Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Nishanth Menon and committed by
Alexandre Belloni
eac7237f c5983191

+6 -6
+6 -6
drivers/rtc/rtc-ds1307.c
··· 11 11 * published by the Free Software Foundation. 12 12 */ 13 13 14 - #include <linux/module.h> 15 - #include <linux/init.h> 16 - #include <linux/slab.h> 17 - #include <linux/i2c.h> 18 - #include <linux/string.h> 19 - #include <linux/rtc.h> 20 14 #include <linux/bcd.h> 15 + #include <linux/i2c.h> 16 + #include <linux/init.h> 17 + #include <linux/module.h> 21 18 #include <linux/rtc/ds1307.h> 19 + #include <linux/rtc.h> 20 + #include <linux/slab.h> 21 + #include <linux/string.h> 22 22 23 23 /* 24 24 * We can't determine type by probing, but if we expect pre-Linux code