[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20220125101527.1812887-6-tzungbi@google.com>
Date: Tue, 25 Jan 2022 18:15:26 +0800
From: Tzung-Bi Shih <tzungbi@...gle.com>
To: bleung@...omium.org
Cc: groeck@...omium.org, tzungbi@...gle.com,
linux-kernel@...r.kernel.org
Subject: [PATCH 5/6] platform/chrome: cros_ec: sort header inclusion alphabetically
Sorts header inclusion alphabetically.
Signed-off-by: Tzung-Bi Shih <tzungbi@...gle.com>
---
drivers/platform/chrome/cros_ec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/chrome/cros_ec.c b/drivers/platform/chrome/cros_ec.c
index c2c7a748e48f..934ab30c9d08 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"
--
2.35.0.rc0.227.g00780c9af4-goog
Powered by blists - more mailing lists