From: Phil Reid Date: Tue, 11 Jul 2017 09:43:42 +0000 (+0800) Subject: power: supply: sbs-battery: sort includes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b70f0a28966082d5392f90c2d4cb1514a2d65ac6;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git power: supply: sbs-battery: sort includes Sort the header includes prior to adding to the list. Signed-off-by: Phil Reid Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/sbs-battery.c b/drivers/power/supply/sbs-battery.c index f3489856af18..a5eacc4b35e3 100644 --- a/drivers/power/supply/sbs-battery.c +++ b/drivers/power/supply/sbs-battery.c @@ -14,19 +14,18 @@ * more details. */ -#include -#include -#include #include -#include +#include #include -#include +#include #include -#include +#include +#include #include -#include - #include +#include +#include +#include enum { REG_MANUFACTURER_DATA,