]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
rtc: pcf8563: Sort headers alphabetically
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 10 Oct 2024 08:49:48 +0000 (17:49 +0900)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 11 Nov 2024 21:13:38 +0000 (22:13 +0100)
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>
drivers/rtc/rtc-pcf8563.c

index 647d52f1f5c5e8a736efa7275a178d1cb0f4785f..4c375e8694da4e7221b90fc0430de845996443f2 100644 (file)
  * https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf
  */
 
+#include <linux/bcd.h>
 #include <linux/clk-provider.h>
+#include <linux/err.h>
 #include <linux/i2c.h>
-#include <linux/bcd.h>
-#include <linux/rtc.h>
-#include <linux/slab.h>
 #include <linux/module.h>
 #include <linux/of.h>
-#include <linux/err.h>
+#include <linux/rtc.h>
+#include <linux/slab.h>
 
 #define PCF8563_REG_ST1                0x00 /* status */
 #define PCF8563_REG_ST2                0x01