From: Barnabás Pőcze Date: Wed, 3 Feb 2021 21:54:36 +0000 (+0000) Subject: platform/x86: ideapad-laptop: sort includes lexicographically X-Git-Tag: v5.15~1725^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d38f034e7b2d6eae3b0e29efb3fd968d156a797;p=platform%2Fkernel%2Flinux-starfive.git platform/x86: ideapad-laptop: sort includes lexicographically Managing includes is easier when they are sorted, so sort them lexicographically. Signed-off-by: Barnabás Pőcze Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20210203215403.290792-5-pobrn@protonmail.com Reviewed-by: Hans de Goede Signed-off-by: Hans de Goede --- diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index 6c1ed51..e3016c1 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -8,23 +8,24 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include -#include -#include -#include -#include #include #include -#include -#include -#include -#include -#include +#include #include -#include -#include -#include +#include + #include #define IDEAPAD_RFKILL_DEV_NUM (3)