Message ID | 20220523090822.3035189-2-tzungbi@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 337eac8f8499df7aa5a15e53c92d7242e97b4212 |
Headers | show |
Series | platform/chrome: cros_kbd_led_backlight: add EC PWM backend | expand |
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>