Skip to content

Commit b263d7c

Browse files
iwamatsualexandrebelloni
authored andcommitted
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>
1 parent 10e078b commit b263d7c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/rtc/rtc-pcf8563.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
* https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf
1212
*/
1313

14+
#include <linux/bcd.h>
1415
#include <linux/clk-provider.h>
16+
#include <linux/err.h>
1517
#include <linux/i2c.h>
16-
#include <linux/bcd.h>
17-
#include <linux/rtc.h>
18-
#include <linux/slab.h>
1918
#include <linux/module.h>
2019
#include <linux/of.h>
21-
#include <linux/err.h>
20+
#include <linux/rtc.h>
21+
#include <linux/slab.h>
2222

2323
#define PCF8563_REG_ST1 0x00 /* status */
2424
#define PCF8563_REG_ST2 0x01

0 commit comments

Comments
 (0)