From b9dea0184b2641fb3937162a617289b23d52a587 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 4 Jun 2022 16:58:14 +0200 Subject: [PATCH] regulator: mp5416: alphabetically sort header includes Sort the header include list alphabetically. Signed-off-by: Robert Marko Link: https://lore.kernel.org/r/20220604145816.47576-2-robimarko@gmail.com Signed-off-by: Mark Brown --- drivers/regulator/mp5416.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/regulator/mp5416.c b/drivers/regulator/mp5416.c index 39cebec0edb66..d8245080df03f 100644 --- a/drivers/regulator/mp5416.c +++ b/drivers/regulator/mp5416.c @@ -6,14 +6,14 @@ // // Author: Saravanan Sekar +#include +#include +#include #include #include -#include -#include #include #include #include -#include #define MP5416_REG_CTL0 0x00 #define MP5416_REG_CTL1 0x01 -- 2.30.2