Message ID | 20220216080306.3864163-5-tzungbi@google.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5781a33098c69a3b08890ad78a297b81bb69ca4b |
Headers | show |
Series | platform/chrome: cros_ec: miscellaneous cleanups | expand |
diff --git a/drivers/platform/chrome/cros_ec.c b/drivers/platform/chrome/cros_ec.c index a013fbceeb03..1e1a24a80d9f 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 <linux/of_platform.h> #include <linux/interrupt.h> -#include <linux/slab.h> #include <linux/module.h> +#include <linux/of_platform.h> #include <linux/platform_data/cros_ec_commands.h> #include <linux/platform_data/cros_ec_proto.h> +#include <linux/slab.h> #include <linux/suspend.h> #include "cros_ec.h"