From: Hans de Goede Date: Fri, 24 Jun 2022 11:23:36 +0000 (+0200) Subject: platform/x86: panasonic-laptop: sort includes alphabetically X-Git-Tag: v5.15.73~2604 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=484e10843a748e8cbb10531785859d48eaac9d7b;p=platform%2Fkernel%2Flinux-rpi.git platform/x86: panasonic-laptop: sort includes alphabetically [ Upstream commit fe4326c8d18dc8a54affdc9ab269ad92dafef659 ] Sort includes alphabetically, small cleanup patch in preparation of further changes. Fixes: ed83c9171829 ("platform/x86: panasonic-laptop: Resolve hotkey double trigger bug") Signed-off-by: Hans de Goede Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20220624112340.10130-4-hdegoede@redhat.com Signed-off-by: Sasha Levin --- diff --git a/drivers/platform/x86/panasonic-laptop.c b/drivers/platform/x86/panasonic-laptop.c index 84c16d9..b89fbbc 100644 --- a/drivers/platform/x86/panasonic-laptop.c +++ b/drivers/platform/x86/panasonic-laptop.c @@ -119,20 +119,19 @@ * - v0.1 start from toshiba_acpi driver written by John Belmonte */ -#include -#include -#include -#include +#include #include #include -#include -#include -#include -#include +#include #include #include +#include +#include #include - +#include +#include +#include +#include MODULE_AUTHOR("Hiroshi Miura "); MODULE_AUTHOR("David Bronaugh ");