diff options
author | Tzung-Bi Shih <tzungbi@kernel.org> | 2022-05-23 17:08:18 +0800 |
---|---|---|
committer | Tzung-Bi Shih <tzungbi@kernel.org> | 2022-06-10 02:31:42 +0000 |
commit | 337eac8f8499df7aa5a15e53c92d7242e97b4212 (patch) | |
tree | f502e9d50537b42bfdfc8b50d48be3b7c6450a78 /drivers/platform/chrome | |
parent | f87e15fbf6d8cdb51f953338d41a4a52ad1aca14 (diff) | |
download | lwn-337eac8f8499df7aa5a15e53c92d7242e97b4212.tar.gz lwn-337eac8f8499df7aa5a15e53c92d7242e97b4212.zip |
platform/chrome: cros_kbd_led_backlight: sort headers alphabetically
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
Diffstat (limited to 'drivers/platform/chrome')
-rw-r--r-- | drivers/platform/chrome/cros_kbd_led_backlight.c | 4 |
1 files 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> |