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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 10e078b commit b263d7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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)