From: Tzung-Bi Shih Date: Wed, 16 Feb 2022 08:03:05 +0000 (+0800) Subject: platform/chrome: cros_ec: sort header inclusion alphabetically X-Git-Tag: v6.1-rc5~1250^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5781a33098c69a3b08890ad78a297b81bb69ca4b;p=platform%2Fkernel%2Flinux-starfive.git platform/chrome: cros_ec: sort header inclusion alphabetically Sort header inclusion alphabetically. Reviewed-by: Guenter Roeck Reviewed-by: Prashant Malani Signed-off-by: Tzung-Bi Shih --- diff --git a/drivers/platform/chrome/cros_ec.c b/drivers/platform/chrome/cros_ec.c index 3bd2b54..9a5d01b 100644 --- a/drivers/platform/chrome/cros_ec.c +++ b/drivers/platform/chrome/cros_ec.c @@ -9,12 +9,12 @@ * battery charging and regulator control, firmware update. */ -#include #include -#include #include +#include #include #include +#include #include #include "cros_ec.h"