From: Andy Shevchenko Date: Tue, 10 Jan 2023 14:08:06 +0000 (+0200) Subject: rtc: isl12022: sort header inclusion alphabetically X-Git-Tag: v6.3-rc1~27^2~6 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=303eac653a181be59674920725142cfbdd5ba4cd;p=linux-block.git rtc: isl12022: sort header inclusion alphabetically Sort header inclusion alphabetically for better maintenance. Signed-off-by: Andy Shevchenko Acked-by: Rasmus Villemoes Link: https://lore.kernel.org/r/20230110140806.87432-6-andriy.shevchenko@linux.intel.com Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-isl12022.c b/drivers/rtc/rtc-isl12022.c index ee38c5067ea8..e68a79b5e00e 100644 --- a/drivers/rtc/rtc-isl12022.c +++ b/drivers/rtc/rtc-isl12022.c @@ -8,14 +8,14 @@ * by Alessandro Zummo . */ -#include #include -#include -#include -#include #include -#include #include +#include +#include +#include +#include +#include #include