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

Configure Feed

Select the types of activity you want to include in your feed.

rtc: pcf8563: Sort headers alphabetically

Sort headers in alphabetical order.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Link: https://lore.kernel.org/r/20241010084949.3351182-2-iwamatsu@nigauri.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Nobuhiro Iwamatsu and committed by
Alexandre Belloni
b263d7c1 10e078b2

+5 -5
+5 -5
drivers/rtc/rtc-pcf8563.c
··· 11 11 * https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf 12 12 */ 13 13 14 - #include <linux/clk-provider.h> 15 - #include <linux/i2c.h> 16 14 #include <linux/bcd.h> 17 - #include <linux/rtc.h> 18 - #include <linux/slab.h> 15 + #include <linux/clk-provider.h> 16 + #include <linux/err.h> 17 + #include <linux/i2c.h> 19 18 #include <linux/module.h> 20 19 #include <linux/of.h> 21 - #include <linux/err.h> 20 + #include <linux/rtc.h> 21 + #include <linux/slab.h> 22 22 23 23 #define PCF8563_REG_ST1 0x00 /* status */ 24 24 #define PCF8563_REG_ST2 0x01