[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220214053646.3088298-2-tzungbi@google.com>
Date: Mon, 14 Feb 2022 13:36:42 +0800
From: Tzung-Bi Shih <tzungbi@...gle.com>
To: bleung@...omium.org, groeck@...omium.org, robh+dt@...nel.org
Cc: chrome-platform@...ts.linux.dev, tzungbi@...gle.com,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 1/5] platform/chrome: cros_kbd_led_backlight: sort headers alphabetically
Signed-off-by: Tzung-Bi Shih <tzungbi@...gle.com>
---
drivers/platform/chrome/cros_kbd_led_backlight.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/chrome/cros_kbd_led_backlight.c b/drivers/platform/chrome/cros_kbd_led_backlight.c
index aa409f0201fb..f9587a562bb7 100644
--- a/drivers/platform/chrome/cros_kbd_led_backlight.c
+++ b/drivers/platform/chrome/cros_kbd_led_backlight.c
@@ -4,12 +4,12 @@
// Copyright (C) 2012 Google, Inc.
#include <linux/acpi.h>
-#include <linux/leds.h>
#include <linux/delay.h>
#include <linux/err.h>
-#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
+#include <linux/leds.h>
+#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
--
2.35.1.265.g69c8d7142f-goog
Powered by blists - more mailing lists