From: Anson Huang Date: Wed, 11 Mar 2020 05:07:32 +0000 (+0800) Subject: thermal: qoriq: Sort includes alphabetically X-Git-Tag: v5.15~4106^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce68eeca8f26c9691513d8f94ceaca0040585f52;p=platform%2Fkernel%2Flinux-starfive.git thermal: qoriq: Sort includes alphabetically Sort includes alphabetically for consistency, and take this chance to remove unused include of of_address.h. Signed-off-by: Anson Huang Reviewed-by: Amit Kucheria Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/1583903252-2058-2-git-send-email-Anson.Huang@nxp.com --- diff --git a/drivers/thermal/qoriq_thermal.c b/drivers/thermal/qoriq_thermal.c index 67a8d84..028a6bb 100644 --- a/drivers/thermal/qoriq_thermal.c +++ b/drivers/thermal/qoriq_thermal.c @@ -3,12 +3,11 @@ // Copyright 2016 Freescale Semiconductor, Inc. #include -#include -#include #include #include +#include #include -#include +#include #include #include #include