From: Nobuhiro Iwamatsu Date: Thu, 10 Oct 2024 08:49:48 +0000 (+0900) Subject: rtc: pcf8563: Sort headers alphabetically X-Git-Tag: v6.13-rc1~17^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b263d7c102126a65ca493c627cb13905e0abd215;p=thirdparty%2Fkernel%2Flinux.git rtc: pcf8563: Sort headers alphabetically Sort headers in alphabetical order. Signed-off-by: Nobuhiro Iwamatsu Link: https://lore.kernel.org/r/20241010084949.3351182-2-iwamatsu@nigauri.org Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-pcf8563.c index 647d52f1f5c5e..4c375e8694da4 100644 --- a/drivers/rtc/rtc-pcf8563.c +++ b/drivers/rtc/rtc-pcf8563.c @@ -11,14 +11,14 @@ * https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf */ +#include #include +#include #include -#include -#include -#include #include #include -#include +#include +#include #define PCF8563_REG_ST1 0x00 /* status */ #define PCF8563_REG_ST2 0x01