platform/chrome: cros_kbd_led_backlight: sort headers alphabetically
authorTzung-Bi Shih <tzungbi@kernel.org>
Mon, 23 May 2022 09:08:18 +0000 (17:08 +0800)
committerTzung-Bi Shih <tzungbi@kernel.org>
Fri, 10 Jun 2022 02:31:42 +0000 (02:31 +0000)
To be neat and reduce conflict possibility, sort the headers
alphabetically.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
Link: https://lore.kernel.org/r/20220523090822.3035189-2-tzungbi@kernel.org
drivers/platform/chrome/cros_kbd_led_backlight.c

index aa409f0201fb1bedf2445b2784ed7a42f230bbf5..f9587a562bb7b9e068a0f84ac11b51006517d6bd 100644 (file)
@@ -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>