From: Andy Shevchenko Date: Thu, 25 Nov 2021 21:32:01 +0000 (+0200) Subject: misc: at25: Reorganize headers for better maintenance X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d5fb1304acfd9b8077485c9fb1bf94c8218fd899;p=linux.git misc: at25: Reorganize headers for better maintenance Split headers to three groups and sort alphabetically in each of them. Acked-by: Arnd Bergmann Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20211125213203.86693-9-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/eeprom/at25.c b/drivers/misc/eeprom/at25.c index b9d26c9ee7683..3e60124d14a39 100644 --- a/drivers/misc/eeprom/at25.c +++ b/drivers/misc/eeprom/at25.c @@ -7,17 +7,18 @@ */ #include -#include -#include -#include #include #include +#include +#include +#include #include +#include -#include -#include #include -#include +#include + +#include /* * NOTE: this is an *EEPROM* driver. The vagaries of product naming